Html Css Color HEX #B38872 Brandy Rose

📋 copy color: '#B38872'

red 179 ◦ green 136 ◦ blue 114

#B38872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B38872

Tints of Brandy Rose #B38872

RGB

 RED value IS 179 (70.31% from 255) = 41.72%

 GREEN value IS 136 (53.52% from 255) = 31.7%

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 41.72%
G = 31.7%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B38872 (or 0xB38872) is known color: Brandy Rose. HEX triplet: B3, 88 and 72. RGB value is (179,136,114). Sum of RGB (Red+Green+Blue) = 179+136+114=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B38872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38872 is #4C778D. Grayscale: #929292. Windows color (decimal): -5011342 or 7506099. OLE color: 7506099.

HSL color Cylindrical-coordinate representation of color #B38872: hue angle of 20.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B38872 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 114 -
CMYK 0 0.24 0.36 0.30
HSL 20.31º 0.3% 0.57% -
HSV(B) 20.31º 0.36% 0.7% -
XYZ 30.43 28.41 19.8 -
YUV 146.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 179 136 114 0 0.24 0.36 0.30 20.31 0.3 0.57
Hex B3 88 72 0 18 24 1E 14 1E 39
Octal 263 210 162 0 30 44 36 24 36 71
Binary 10110011 10001000 1110010 0 11000 100100 11110 10100 11110 111001

Color Harmonies of #B38872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38872

Black with #B38872

Text Example


Text Example

White with #B38872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38872; }

 p { color: rgb(179,136,114); }

 H1.HeaderClassName
 {
   color: #B38872;
 }
 .AnyTagClassName
 {
   color: #B38872;
 }
</style>

background-color css

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

 a { background-color: rgb(179,136,114); }

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

border-color css

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

 span { border-color: rgb(179,136,114); }

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