#B68272

Color #B68272 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B68272

Tints of Brandy Rose #B68272

Color information

#B68272 (or 0xB68272) is unknown color: approx Brandy Rose. HEX triplet: B6, 82 and 72. RGB value is (182,130,114). Sum of RGB (Red+Green+Blue) = 182+130+114=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B68272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68272 is #497D8D. Grayscale: #8F8F8F. Windows color (decimal): -4816270 or 7504566. OLE color: 7504566.

HSL color Cylindrical-coordinate representation of color #B68272: hue angle of 14.12º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68272 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB182130114-
CMYK00.290.370.29
HSL14.12º31.78%58.04%-
HSV(B)14.12º37.36%71.37%-
XYZ30.3127.1319.56-
YUV143.72111.23155.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=42.72%
G=30.52%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213011400.290.370.2914.1231.7858.04
HexB6827201D251De203a
Octal2662021620354535164072
Binary10110110100000101110010011101100101111011110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68272; }

 p { color: rgb(182,130,114); }

 H1.HeaderClassName
 {
   color: #B68272;
 }
 .AnyTagClassName
 {
   color: #B68272;
 }
</style>
background-color css

<style>
 a { background-color: #B68272; }

 a { background-color: rgb(182,130,114); }

 div.DivClassName
 {
   background-color: #B68272;
 }
 .BgClassName
 {
   background-color: #B68272;
 }
</style>
border-color css

<style>
 span { border-color: #B68272; }

 span { border-color: rgb(182,130,114); }

 td.TdClassName
 {
   border-color: #B68272;
 }
 .TagClassName
 {
   border-color: #B68272;
 }
</style>