Html Css Color HEX #B08275 Brandy Rose

📋 copy color: '#B08275'

red 176 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #B08275

Tints of Brandy Rose #B08275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 41.61%
G = 30.73%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B08275 (or 0xB08275) is known color: Brandy Rose. HEX triplet: B0, 82 and 75. RGB value is (176,130,117). Sum of RGB (Red+Green+Blue) = 176+130+117=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B08275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08275 is #4F7D8A. Grayscale: #8E8E8E. Windows color (decimal): -5209483 or 7701168. OLE color: 7701168.

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

Color convert

RGB 176 130 117 -
CMYK 0 0.26 0.34 0.31
HSL 13.22º 0.27% 0.57% -
HSV(B) 13.22º 0.34% 0.69% -
XYZ 29.1 26.48 20.41 -
YUV 142.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 176 130 117 0 0.26 0.34 0.31 13.22 0.27 0.57
Hex B0 82 75 0 1A 22 1F D 1B 39
Octal 260 202 165 0 32 42 37 15 33 71
Binary 10110000 10000010 1110101 0 11010 100010 11111 1101 11011 111001

Color Harmonies of #B08275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08275

Black with #B08275

Text Example


Text Example

White with #B08275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08275; }

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

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

background-color css

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

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

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

border-color css

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

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

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