Html Css Color HEX #B08271 Brandy Rose

📋 copy color: '#B08271'

red 176 ◦ green 130 ◦ blue 113

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

Shades of Brandy Rose #B08271

Tints of Brandy Rose #B08271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 42%
G = 31.03%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B08271 (or 0xB08271) is known color: Brandy Rose. HEX triplet: B0, 82 and 71. RGB value is (176,130,113). Sum of RGB (Red+Green+Blue) = 176+130+113=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B08271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08271 is #4F7D8E. Grayscale: #8D8D8D. Windows color (decimal): -5209487 or 7439024. OLE color: 7439024.

HSL color Cylindrical-coordinate representation of color #B08271: hue angle of 16.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08271 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 113 -
CMYK 0 0.26 0.36 0.31
HSL 16.19º 0.29% 0.57% -
HSV(B) 16.19º 0.36% 0.69% -
XYZ 28.87 26.39 19.19 -
YUV 141.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 176 130 113 0 0.26 0.36 0.31 16.19 0.29 0.57
Hex B0 82 71 0 1A 24 1F 10 1D 39
Octal 260 202 161 0 32 44 37 20 35 71
Binary 10110000 10000010 1110001 0 11010 100100 11111 10000 11101 111001

Color Harmonies of #B08271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08271

Black with #B08271

Text Example


Text Example

White with #B08271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08271; }

 p { color: rgb(176,130,113); }

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

background-color css

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

 a { background-color: rgb(176,130,113); }

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

border-color css

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

 span { border-color: rgb(176,130,113); }

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