Html Css Color HEX #B5806D Brandy Rose

📋 copy color: '#B5806D'

red 181 ◦ green 128 ◦ blue 109

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

Shades of Brandy Rose #B5806D

Tints of Brandy Rose #B5806D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.08%

R = 43.3%
G = 30.62%
B = 26.08%

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

#B5806D (or 0xB5806D) is known color: Brandy Rose. HEX triplet: B5, 80 and 6D. RGB value is (181,128,109). Sum of RGB (Red+Green+Blue) = 181+128+109=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5806D is #4A7F92. Grayscale: #8D8D8D. Windows color (decimal): -4882323 or 7176373. OLE color: 7176373.

HSL color Cylindrical-coordinate representation of color #B5806D: hue angle of 15.83º 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 #B5806D is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 128 109 -
CMYK 0 0.29 0.40 0.29
HSL 15.83º 0.33% 0.57% -
HSV(B) 15.83º 0.4% 0.71% -
XYZ 29.54 26.37 18 -
YUV 141.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 181 128 109 0 0.29 0.40 0.29 15.83 0.33 0.57
Hex B5 80 6D 0 1D 28 1D 10 21 39
Octal 265 200 155 0 35 50 35 20 41 71
Binary 10110101 10000000 1101101 0 11101 101000 11101 10000 100001 111001

Color Harmonies of #B5806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5806D

Black with #B5806D

Text Example


Text Example

White with #B5806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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