Html Css Color HEX #B58976 Brandy Rose

📋 copy color: '#B58976'

red 181 ◦ green 137 ◦ blue 118

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

Shades of Brandy Rose #B58976

Tints of Brandy Rose #B58976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 41.51%
G = 31.42%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B58976 (or 0xB58976) is known color: Brandy Rose. HEX triplet: B5, 89 and 76. RGB value is (181,137,118). Sum of RGB (Red+Green+Blue) = 181+137+118=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B58976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58976 is #4A7689. Grayscale: #949494. Windows color (decimal): -4880010 or 7768501. OLE color: 7768501.

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

Color convert

RGB 181 137 118 -
CMYK 0 0.24 0.35 0.29
HSL 18.1º 0.3% 0.59% -
HSV(B) 18.1º 0.35% 0.71% -
XYZ 31.27 29.02 21.09 -
YUV 147.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 181 137 118 0 0.24 0.35 0.29 18.1 0.3 0.59
Hex B5 89 76 0 18 23 1D 12 1E 3B
Octal 265 211 166 0 30 43 35 22 36 73
Binary 10110101 10001001 1110110 0 11000 100011 11101 10010 11110 111011

Color Harmonies of #B58976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58976

Black with #B58976

Text Example


Text Example

White with #B58976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58976; }

 p { color: rgb(181,137,118); }

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

background-color css

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

 a { background-color: rgb(181,137,118); }

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

border-color css

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

 span { border-color: rgb(181,137,118); }

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