Html Css Color HEX #B58279 Brandy Rose

📋 copy color: '#B58279'

red 181 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #B58279

Tints of Brandy Rose #B58279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 41.9%
G = 30.09%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B58279 (or 0xB58279) is known color: Brandy Rose. HEX triplet: B5, 82 and 79. RGB value is (181,130,121). Sum of RGB (Red+Green+Blue) = 181+130+121=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B58279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58279 is #4A7D86. Grayscale: #909090. Windows color (decimal): -4881799 or 7963317. OLE color: 7963317.

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

Color convert

RGB 181 130 121 -
CMYK 0 0.28 0.33 0.29
HSL 0.29% 0.59% -
HSV(B) 0.33% 0.71% -
XYZ 30.49 27.17 21.73 -
YUV 144.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 181 130 121 0 0.28 0.33 0.29 9 0.29 0.59
Hex B5 82 79 0 1C 21 1D 9 1D 3B
Octal 265 202 171 0 34 41 35 11 35 73
Binary 10110101 10000010 1111001 0 11100 100001 11101 1001 11101 111011

Color Harmonies of #B58279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58279

Black with #B58279

Text Example


Text Example

White with #B58279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58279; }

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

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

background-color css

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

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

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

border-color css

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

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

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