Html Css Color HEX #B58D7E Brandy Rose

📋 copy color: '#B58D7E'

red 181 ◦ green 141 ◦ blue 126

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

Shades of Brandy Rose #B58D7E

Tints of Brandy Rose #B58D7E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.47%

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

R = 40.4%
G = 31.47%
B = 28.13%

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

#B58D7E (or 0xB58D7E) is known color: Brandy Rose. HEX triplet: B5, 8D and 7E. RGB value is (181,141,126). Sum of RGB (Red+Green+Blue) = 181+141+126=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D7E is #4A7281. Grayscale: #979797. Windows color (decimal): -4878978 or 8293813. OLE color: 8293813.

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

Color convert

RGB 181 141 126 -
CMYK 0 0.22 0.30 0.29
HSL 16.36º 0.27% 0.6% -
HSV(B) 16.36º 0.3% 0.71% -
XYZ 32.35 30.38 23.9 -
YUV 151.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 181 141 126 0 0.22 0.30 0.29 16.36 0.27 0.6
Hex B5 8D 7E 0 16 1E 1D 10 1B 3C
Octal 265 215 176 0 26 36 35 20 33 74
Binary 10110101 10001101 1111110 0 10110 11110 11101 10000 11011 111100

Color Harmonies of #B58D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58D7E

Black with #B58D7E

Text Example


Text Example

White with #B58D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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