Html Css Color HEX #B58C79 Brandy Rose

📋 copy color: '#B58C79'

red 181 ◦ green 140 ◦ blue 121

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

Shades of Brandy Rose #B58C79

Tints of Brandy Rose #B58C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 40.95%
G = 31.67%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B58C79 (or 0xB58C79) is known color: Brandy Rose. HEX triplet: B5, 8C and 79. RGB value is (181,140,121). Sum of RGB (Red+Green+Blue) = 181+140+121=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C79 is #4A7386. Grayscale: #969696. Windows color (decimal): -4879239 or 7965877. OLE color: 7965877.

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

Color convert

RGB 181 140 121 -
CMYK 0 0.23 0.33 0.29
HSL 19º 0.29% 0.59% -
HSV(B) 19º 0.33% 0.71% -
XYZ 31.89 29.96 22.19 -
YUV 150.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 181 140 121 0 0.23 0.33 0.29 19 0.29 0.59
Hex B5 8C 79 0 17 21 1D 13 1D 3B
Octal 265 214 171 0 27 41 35 23 35 73
Binary 10110101 10001100 1111001 0 10111 100001 11101 10011 11101 111011

Color Harmonies of #B58C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C79

Black with #B58C79

Text Example


Text Example

White with #B58C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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