Html Css Color HEX #B5806E Brandy Rose

📋 copy color: '#B5806E'

red 181 ◦ green 128 ◦ blue 110

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

Shades of Brandy Rose #B5806E

Tints of Brandy Rose #B5806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 43.2%
G = 30.55%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5806E (or 0xB5806E) is known color: Brandy Rose. HEX triplet: B5, 80 and 6E. RGB value is (181,128,110). Sum of RGB (Red+Green+Blue) = 181+128+110=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5806E is #4A7F91. Grayscale: #8D8D8D. Windows color (decimal): -4882322 or 7241909. OLE color: 7241909.

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

Color convert

RGB 181 128 110 -
CMYK 0 0.29 0.39 0.29
HSL 15.21º 0.32% 0.57% -
HSV(B) 15.21º 0.39% 0.71% -
XYZ 29.59 26.39 18.29 -
YUV 141.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 181 128 110 0 0.29 0.39 0.29 15.21 0.32 0.57
Hex B5 80 6E 0 1D 27 1D F 20 39
Octal 265 200 156 0 35 47 35 17 40 71
Binary 10110101 10000000 1101110 0 11101 100111 11101 1111 100000 111001

Color Harmonies of #B5806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5806E

Black with #B5806E

Text Example


Text Example

White with #B5806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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