Html Css Color HEX #B08575 Brandy Rose

📋 copy color: '#B08575'

red 176 ◦ green 133 ◦ blue 117

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

Shades of Brandy Rose #B08575

Tints of Brandy Rose #B08575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 41.31%
G = 31.22%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B08575 (or 0xB08575) is known color: Brandy Rose. HEX triplet: B0, 85 and 75. RGB value is (176,133,117). Sum of RGB (Red+Green+Blue) = 176+133+117=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08575 is #4F7A8A. Grayscale: #909090. Windows color (decimal): -5208715 or 7701936. OLE color: 7701936.

HSL color Cylindrical-coordinate representation of color #B08575: hue angle of 16.27º 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 #B08575 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 133 117 -
CMYK 0 0.24 0.34 0.31
HSL 16.27º 0.27% 0.57% -
HSV(B) 16.27º 0.34% 0.69% -
XYZ 29.5 27.29 20.54 -
YUV 144.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 176 133 117 0 0.24 0.34 0.31 16.27 0.27 0.57
Hex B0 85 75 0 18 22 1F 10 1B 39
Octal 260 205 165 0 30 42 37 20 33 71
Binary 10110000 10000101 1110101 0 11000 100010 11111 10000 11011 111001

Color Harmonies of #B08575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08575

Black with #B08575

Text Example


Text Example

White with #B08575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08575; }

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

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

background-color css

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

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

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

border-color css

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

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

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