Html Css Color HEX #B5837E Brandy Rose

📋 copy color: '#B5837E'

red 181 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #B5837E

Tints of Brandy Rose #B5837E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.77%

R = 41.32%
G = 29.91%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5837E (or 0xB5837E) is known color: Brandy Rose. HEX triplet: B5, 83 and 7E. RGB value is (181,131,126). Sum of RGB (Red+Green+Blue) = 181+131+126=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5837E is #4A7C81. Grayscale: #919191. Windows color (decimal): -4881538 or 8291253. OLE color: 8291253.

HSL color Cylindrical-coordinate representation of color #B5837E: hue angle of 5.45º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5837E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 131 126 -
CMYK 0 0.28 0.30 0.29
HSL 5.45º 0.27% 0.6% -
HSV(B) 5.45º 0.3% 0.71% -
XYZ 30.94 27.56 23.43 -
YUV 145.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 181 131 126 0 0.28 0.30 0.29 5.45 0.27 0.6
Hex B5 83 7E 0 1C 1E 1D 5 1B 3C
Octal 265 203 176 0 34 36 35 5 33 74
Binary 10110101 10000011 1111110 0 11100 11110 11101 101 11011 111100

Color Harmonies of #B5837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5837E

Black with #B5837E

Text Example


Text Example

White with #B5837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5837E; }

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

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

background-color css

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

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

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

border-color css

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

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

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