#B9867D

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

Shades of Brandy Rose #B9867D

Tints of Brandy Rose #B9867D

Color information

#B9867D (or 0xB9867D) is unknown color: approx Brandy Rose. HEX triplet: B9, 86 and 7D. RGB value is (185,134,125). Sum of RGB (Red+Green+Blue) = 185+134+125=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9867D is #467982. Grayscale: #949494. Windows color (decimal): -4618627 or 8226489. OLE color: 8226489.

HSL color Cylindrical-coordinate representation of color #B9867D: hue angle of 9º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9867D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB185134125-
CMYK00.280.320.27
HSL30%60.78%-
HSV(B)32.43%72.55%-
XYZ32.2328.8523.27-
YUV148.22114.9154.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=41.67%
G=30.18%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513412500.280.320.2793060.78
HexB9867D01C201B91e3d
Octal2712061750344033113675
Binary1011100110000110111110101110010000011011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9867D; }

 p { color: rgb(185,134,125); }

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

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

 a { background-color: rgb(185,134,125); }

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

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

 span { border-color: rgb(185,134,125); }

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