Html Css Color HEX #B5836C Brandy Rose

📋 copy color: '#B5836C'

red 181 ◦ green 131 ◦ blue 108

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

Shades of Brandy Rose #B5836C

Tints of Brandy Rose #B5836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

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

R = 43.1%
G = 31.19%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5836C (or 0xB5836C) is known color: Brandy Rose. HEX triplet: B5, 83 and 6C. RGB value is (181,131,108). Sum of RGB (Red+Green+Blue) = 181+131+108=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5836C is #4A7C93. Grayscale: #8F8F8F. Windows color (decimal): -4881556 or 7111605. OLE color: 7111605.

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

Color convert

RGB 181 131 108 -
CMYK 0 0.28 0.40 0.29
HSL 18.9º 0.33% 0.57% -
HSV(B) 18.9º 0.4% 0.71% -
XYZ 29.88 27.14 17.85 -
YUV 143.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 181 131 108 0 0.28 0.40 0.29 18.9 0.33 0.57
Hex B5 83 6C 0 1C 28 1D 13 21 39
Octal 265 203 154 0 34 50 35 23 41 71
Binary 10110101 10000011 1101100 0 11100 101000 11101 10011 100001 111001

Color Harmonies of #B5836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5836C

Black with #B5836C

Text Example


Text Example

White with #B5836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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