Html Css Color HEX #B08279 Brandy Rose

📋 copy color: '#B08279'

red 176 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #B08279

Tints of Brandy Rose #B08279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.34%

R = 41.22%
G = 30.44%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B08279 (or 0xB08279) is known color: Brandy Rose. HEX triplet: B0, 82 and 79. RGB value is (176,130,121). Sum of RGB (Red+Green+Blue) = 176+130+121=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B08279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08279 is #4F7D86. Grayscale: #8E8E8E. Windows color (decimal): -5209479 or 7963312. OLE color: 7963312.

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

Color convert

RGB 176 130 121 -
CMYK 0 0.26 0.31 0.31
HSL 9.82º 0.26% 0.58% -
HSV(B) 9.82º 0.31% 0.69% -
XYZ 29.34 26.58 21.67 -
YUV 142.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 176 130 121 0 0.26 0.31 0.31 9.82 0.26 0.58
Hex B0 82 79 0 1A 1F 1F A 1A 3A
Octal 260 202 171 0 32 37 37 12 32 72
Binary 10110000 10000010 1111001 0 11010 11111 11111 1010 11010 111010

Color Harmonies of #B08279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08279

Black with #B08279

Text Example


Text Example

White with #B08279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08279; }

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

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

background-color css

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

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

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

border-color css

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

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

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