Html Css Color HEX #B58E83 Brandy Rose

📋 copy color: '#B58E83'

red 181 ◦ green 142 ◦ blue 131

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

Shades of Brandy Rose #B58E83

Tints of Brandy Rose #B58E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.28%

 BLUE value IS 131 (51.56% from 255) = 28.85%

R = 39.87%
G = 31.28%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B58E83 (or 0xB58E83) is known color: Brandy Rose. HEX triplet: B5, 8E and 83. RGB value is (181,142,131). Sum of RGB (Red+Green+Blue) = 181+142+131=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58E83 is #4A717C. Grayscale: #989898. Windows color (decimal): -4878717 or 8621749. OLE color: 8621749.

HSL color Cylindrical-coordinate representation of color #B58E83: hue angle of 13.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B58E83 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 142 131 -
CMYK 0 0.22 0.28 0.29
HSL 13.2º 0.25% 0.61% -
HSV(B) 13.2º 0.28% 0.71% -
XYZ 32.83 30.81 25.69 -
YUV 152.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 181 142 131 0 0.22 0.28 0.29 13.2 0.25 0.61
Hex B5 8E 83 0 16 1C 1D D 19 3D
Octal 265 216 203 0 26 34 35 15 31 75
Binary 10110101 10001110 10000011 0 10110 11100 11101 1101 11001 111101

Color Harmonies of #B58E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E83

Black with #B58E83

Text Example


Text Example

White with #B58E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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