Html Css Color HEX #B5806C Brandy Rose

📋 copy color: '#B5806C'

red 181 ◦ green 128 ◦ blue 108

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

Shades of Brandy Rose #B5806C

Tints of Brandy Rose #B5806C

RGB

 RED value IS 181 (71.09% from 255) = 43.41%

 GREEN value IS 128 (50.39% from 255) = 30.7%

 BLUE value IS 108 (42.58% from 255) = 25.9%

R = 43.41%
G = 30.7%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5806C (or 0xB5806C) is known color: Brandy Rose. HEX triplet: B5, 80 and 6C. RGB value is (181,128,108). Sum of RGB (Red+Green+Blue) = 181+128+108=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5806C is #4A7F93. Grayscale: #8D8D8D. Windows color (decimal): -4882324 or 7110837. OLE color: 7110837.

HSL color Cylindrical-coordinate representation of color #B5806C: hue angle of 16.44º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5806C is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 128 108 -
CMYK 0 0.29 0.40 0.29
HSL 16.44º 0.33% 0.57% -
HSV(B) 16.44º 0.4% 0.71% -
XYZ 29.48 26.34 17.72 -
YUV 141.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 181 128 108 0 0.29 0.40 0.29 16.44 0.33 0.57
Hex B5 80 6C 0 1D 28 1D 10 21 39
Octal 265 200 154 0 35 50 35 20 41 71
Binary 10110101 10000000 1101100 0 11101 101000 11101 10000 100001 111001

Color Harmonies of #B5806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5806C

Black with #B5806C

Text Example


Text Example

White with #B5806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5806C; }

 p { color: rgb(181,128,108); }

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

background-color css

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

 a { background-color: rgb(181,128,108); }

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

border-color css

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

 span { border-color: rgb(181,128,108); }

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