Html Css Color HEX #B08176 Brandy Rose

📋 copy color: '#B08176'

red 176 ◦ green 129 ◦ blue 118

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

Shades of Brandy Rose #B08176

Tints of Brandy Rose #B08176

RGB

 RED value IS 176 (69.14% from 255) = 41.61%

 GREEN value IS 129 (50.78% from 255) = 30.5%

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

R = 41.61%
G = 30.5%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B08176 (or 0xB08176) is known color: Brandy Rose. HEX triplet: B0, 81 and 76. RGB value is (176,129,118). Sum of RGB (Red+Green+Blue) = 176+129+118=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B08176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08176 is #4F7E89. Grayscale: #8D8D8D. Windows color (decimal): -5209738 or 7766448. OLE color: 7766448.

HSL color Cylindrical-coordinate representation of color #B08176: hue angle of 11.38º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B08176 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 118 -
CMYK 0 0.27 0.33 0.31
HSL 11.38º 0.27% 0.58% -
HSV(B) 11.38º 0.33% 0.69% -
XYZ 29.02 26.24 20.67 -
YUV 141.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 176 129 118 0 0.27 0.33 0.31 11.38 0.27 0.58
Hex B0 81 76 0 1B 21 1F B 1B 3A
Octal 260 201 166 0 33 41 37 13 33 72
Binary 10110000 10000001 1110110 0 11011 100001 11111 1011 11011 111010

Color Harmonies of #B08176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08176

Black with #B08176

Text Example


Text Example

White with #B08176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08176; }

 p { color: rgb(176,129,118); }

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

background-color css

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

 a { background-color: rgb(176,129,118); }

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

border-color css

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

 span { border-color: rgb(176,129,118); }

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