Html Css Color HEX #B58E7E Brandy Rose

📋 copy color: '#B58E7E'

red 181 ◦ green 142 ◦ blue 126

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

Shades of Brandy Rose #B58E7E

Tints of Brandy Rose #B58E7E

RGB

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

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

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

R = 40.31%
G = 31.63%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B58E7E (or 0xB58E7E) is known color: Brandy Rose. HEX triplet: B5, 8E and 7E. RGB value is (181,142,126). Sum of RGB (Red+Green+Blue) = 181+142+126=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E7E is #4A7181. Grayscale: #979797. Windows color (decimal): -4878722 or 8294069. OLE color: 8294069.

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

Color convert

RGB 181 142 126 -
CMYK 0 0.22 0.30 0.29
HSL 17.45º 0.27% 0.6% -
HSV(B) 17.45º 0.3% 0.71% -
XYZ 32.49 30.68 23.95 -
YUV 151.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 181 142 126 0 0.22 0.30 0.29 17.45 0.27 0.6
Hex B5 8E 7E 0 16 1E 1D 11 1B 3C
Octal 265 216 176 0 26 36 35 21 33 74
Binary 10110101 10001110 1111110 0 10110 11110 11101 10001 11011 111100

Color Harmonies of #B58E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E7E

Black with #B58E7E

Text Example


Text Example

White with #B58E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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