Html Css Color HEX #B58676 Brandy Rose

📋 copy color: '#B58676'

red 181 ◦ green 134 ◦ blue 118

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

Shades of Brandy Rose #B58676

Tints of Brandy Rose #B58676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.95%

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

R = 41.8%
G = 30.95%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B58676 (or 0xB58676) is known color: Brandy Rose. HEX triplet: B5, 86 and 76. RGB value is (181,134,118). Sum of RGB (Red+Green+Blue) = 181+134+118=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B58676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58676 is #4A7989. Grayscale: #929292. Windows color (decimal): -4880778 or 7767733. OLE color: 7767733.

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

Color convert

RGB 181 134 118 -
CMYK 0 0.26 0.35 0.29
HSL 15.24º 0.3% 0.59% -
HSV(B) 15.24º 0.35% 0.71% -
XYZ 30.85 28.18 20.95 -
YUV 146.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 181 134 118 0 0.26 0.35 0.29 15.24 0.3 0.59
Hex B5 86 76 0 1A 23 1D F 1E 3B
Octal 265 206 166 0 32 43 35 17 36 73
Binary 10110101 10000110 1110110 0 11010 100011 11101 1111 11110 111011

Color Harmonies of #B58676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58676

Black with #B58676

Text Example


Text Example

White with #B58676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58676; }

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

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

background-color css

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

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

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

border-color css

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

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

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