#B9837E

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

Shades of Brandy Rose #B9837E

Tints of Brandy Rose #B9837E

Color information

#B9837E (or 0xB9837E) is unknown color: approx Brandy Rose. HEX triplet: B9, 83 and 7E. RGB value is (185,131,126). Sum of RGB (Red+Green+Blue) = 185+131+126=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9837E is #467C81. Grayscale: #929292. Windows color (decimal): -4619394 or 8291257. OLE color: 8291257.

HSL color Cylindrical-coordinate representation of color #B9837E: hue angle of 5.08º 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 #B9837E is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB185131126-
CMYK00.290.320.27
HSL5.08º29.65%60.98%-
HSV(B)5.08º31.89%72.55%-
XYZ31.8928.0523.47-
YUV146.58116.39155.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 131 (51.56% from 255) = 29.64%
BLUE value IS 126 (49.61% from 255) = 28.51%
R=41.86%
G=29.64%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513112600.290.320.275.0829.6560.98
HexB9837E01D201B51e3d
Octal271203176035403353675
Binary101110011000001111111100111011000001101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9837E; }

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

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

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

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

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

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

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

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