Html Css Color HEX #B58C7C Brandy Rose

📋 copy color: '#B58C7C'

red 181 ◦ green 140 ◦ blue 124

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

Shades of Brandy Rose #B58C7C

Tints of Brandy Rose #B58C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 40.67%
G = 31.46%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B58C7C (or 0xB58C7C) is known color: Brandy Rose. HEX triplet: B5, 8C and 7C. RGB value is (181,140,124). Sum of RGB (Red+Green+Blue) = 181+140+124=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C7C is #4A7383. Grayscale: #969696. Windows color (decimal): -4879236 or 8162485. OLE color: 8162485.

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

Color convert

RGB 181 140 124 -
CMYK 0 0.23 0.31 0.29
HSL 16.84º 0.28% 0.6% -
HSV(B) 16.84º 0.31% 0.71% -
XYZ 32.07 30.04 23.18 -
YUV 150.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 181 140 124 0 0.23 0.31 0.29 16.84 0.28 0.6
Hex B5 8C 7C 0 17 1F 1D 11 1C 3C
Octal 265 214 174 0 27 37 35 21 34 74
Binary 10110101 10001100 1111100 0 10111 11111 11101 10001 11100 111100

Color Harmonies of #B58C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C7C

Black with #B58C7C

Text Example


Text Example

White with #B58C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C7C; }

 p { color: rgb(181,140,124); }

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

background-color css

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

 a { background-color: rgb(181,140,124); }

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

border-color css

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

 span { border-color: rgb(181,140,124); }

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