Html Css Color HEX #B08E81 Brandy Rose

📋 copy color: '#B08E81'

red 176 ◦ green 142 ◦ blue 129

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

Shades of Brandy Rose #B08E81

Tints of Brandy Rose #B08E81

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.77%

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 39.37%
G = 31.77%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B08E81 (or 0xB08E81) is known color: Brandy Rose. HEX triplet: B0, 8E and 81. RGB value is (176,142,129). Sum of RGB (Red+Green+Blue) = 176+142+129=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E81 is #4F717E. Grayscale: #969696. Windows color (decimal): -5206399 or 8490672. OLE color: 8490672.

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

Color convert

RGB 176 142 129 -
CMYK 0 0.19 0.27 0.31
HSL 16.6º 0.23% 0.6% -
HSV(B) 16.6º 0.27% 0.69% -
XYZ 31.54 30.16 24.93 -
YUV 150.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 176 142 129 0 0.19 0.27 0.31 16.6 0.23 0.6
Hex B0 8E 81 0 13 1B 1F 11 17 3C
Octal 260 216 201 0 23 33 37 21 27 74
Binary 10110000 10001110 10000001 0 10011 11011 11111 10001 10111 111100

Color Harmonies of #B08E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E81

Black with #B08E81

Text Example


Text Example

White with #B08E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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