#B78372

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

Shades of Brandy Rose #B78372

Tints of Brandy Rose #B78372

Color information

#B78372 (or 0xB78372) is unknown color: approx Brandy Rose. HEX triplet: B7, 83 and 72. RGB value is (183,131,114). Sum of RGB (Red+Green+Blue) = 183+131+114=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B78372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78372 is #487C8D. Grayscale: #909090. Windows color (decimal): -4750478 or 7504823. OLE color: 7504823.

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

Color convert

RGB183131114-
CMYK00.280.380.28
HSL14.78º32.39%58.24%-
HSV(B)14.78º37.7%71.76%-
XYZ30.6827.5119.61-
YUV144.61110.73155.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=42.76%
G=30.61%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313111400.280.380.2814.7832.3958.24
HexB7837201C261Cf203a
Octal2672031620344634174072
Binary10110111100000111110010011100100110111001111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78372; }

 p { color: rgb(183,131,114); }

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

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

 a { background-color: rgb(183,131,114); }

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

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

 span { border-color: rgb(183,131,114); }

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