Html Css Color HEX #B58879 Brandy Rose

📋 copy color: '#B58879'

red 181 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #B58879

Tints of Brandy Rose #B58879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

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

R = 41.32%
G = 31.05%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B58879 (or 0xB58879) is known color: Brandy Rose. HEX triplet: B5, 88 and 79. RGB value is (181,136,121). Sum of RGB (Red+Green+Blue) = 181+136+121=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B58879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58879 is #4A7786. Grayscale: #939393. Windows color (decimal): -4880263 or 7964853. OLE color: 7964853.

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

Color convert

RGB 181 136 121 -
CMYK 0 0.25 0.33 0.29
HSL 15º 0.29% 0.59% -
HSV(B) 15º 0.33% 0.71% -
XYZ 31.31 28.81 22 -
YUV 147.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 181 136 121 0 0.25 0.33 0.29 15 0.29 0.59
Hex B5 88 79 0 19 21 1D F 1D 3B
Octal 265 210 171 0 31 41 35 17 35 73
Binary 10110101 10001000 1111001 0 11001 100001 11101 1111 11101 111011

Color Harmonies of #B58879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58879

Black with #B58879

Text Example


Text Example

White with #B58879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58879; }

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

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

background-color css

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

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

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

border-color css

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

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

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