#B9836F

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

Shades of Brandy Rose #B9836F

Tints of Brandy Rose #B9836F

Color information

#B9836F (or 0xB9836F) is unknown color: approx Brandy Rose. HEX triplet: B9, 83 and 6F. RGB value is (185,131,111). Sum of RGB (Red+Green+Blue) = 185+131+111=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9836F is #467C90. Grayscale: #919191. Windows color (decimal): -4619409 or 7308217. OLE color: 7308217.

HSL color Cylindrical-coordinate representation of color #B9836F: hue angle of 16.22º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9836F is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185131111-
CMYK00.290.40.27
HSL16.22º34.58%58.04%-
HSV(B)16.22º40%72.55%-
XYZ30.9927.6918.75-
YUV144.87108.89156.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=43.33%
G=30.68%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513111100.290.40.2716.2234.5858.04
HexB9836F01D281B10233a
Octal2712031570355033204372
Binary101110011000001111011110111011010001101110000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9836F; }

 p { color: rgb(185,131,111); }

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

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

 a { background-color: rgb(185,131,111); }

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

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

 span { border-color: rgb(185,131,111); }

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