Html Css Color HEX #B38876 Brandy Rose

📋 copy color: '#B38876'

red 179 ◦ green 136 ◦ blue 118

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

Shades of Brandy Rose #B38876

Tints of Brandy Rose #B38876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 41.34%
G = 31.41%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B38876 (or 0xB38876) is known color: Brandy Rose. HEX triplet: B3, 88 and 76. RGB value is (179,136,118). Sum of RGB (Red+Green+Blue) = 179+136+118=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B38876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38876 is #4C7789. Grayscale: #929292. Windows color (decimal): -5011338 or 7768243. OLE color: 7768243.

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

Color convert

RGB 179 136 118 -
CMYK 0 0.24 0.34 0.30
HSL 17.7º 0.29% 0.58% -
HSV(B) 17.7º 0.34% 0.7% -
XYZ 30.66 28.5 21.02 -
YUV 146.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 179 136 118 0 0.24 0.34 0.30 17.7 0.29 0.58
Hex B3 88 76 0 18 22 1E 12 1D 3A
Octal 263 210 166 0 30 42 36 22 35 72
Binary 10110011 10001000 1110110 0 11000 100010 11110 10010 11101 111010

Color Harmonies of #B38876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38876

Black with #B38876

Text Example


Text Example

White with #B38876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38876; }

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

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

background-color css

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

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

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

border-color css

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

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

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