Html Css Color HEX #B58479 Brandy Rose

📋 copy color: '#B58479'

red 181 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #B58479

Tints of Brandy Rose #B58479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 41.71%
G = 30.41%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B58479 (or 0xB58479) is known color: Brandy Rose. HEX triplet: B5, 84 and 79. RGB value is (181,132,121). Sum of RGB (Red+Green+Blue) = 181+132+121=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B58479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58479 is #4A7B86. Grayscale: #919191. Windows color (decimal): -4881287 or 7963829. OLE color: 7963829.

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

Color convert

RGB 181 132 121 -
CMYK 0 0.27 0.33 0.29
HSL 11º 0.29% 0.59% -
HSV(B) 11º 0.33% 0.71% -
XYZ 30.76 27.71 21.82 -
YUV 145.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 181 132 121 0 0.27 0.33 0.29 11 0.29 0.59
Hex B5 84 79 0 1B 21 1D B 1D 3B
Octal 265 204 171 0 33 41 35 13 35 73
Binary 10110101 10000100 1111001 0 11011 100001 11101 1011 11101 111011

Color Harmonies of #B58479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58479

Black with #B58479

Text Example


Text Example

White with #B58479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58479; }

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

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

background-color css

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

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

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

border-color css

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

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

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