Html Css Color HEX #B0B586 Bud

📋 copy color: '#B0B586'

red 176 ◦ green 181 ◦ blue 134

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

Shades of Bud #B0B586

Tints of Bud #B0B586

RGB

 RED value IS 176 (69.14% from 255) = 35.85%

 GREEN value IS 181 (71.09% from 255) = 36.86%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 35.85%
G = 36.86%
B = 27.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B0B586 (or 0xB0B586) is known color: Bud. HEX triplet: B0, B5 and 86. RGB value is (176,181,134). Sum of RGB (Red+Green+Blue) = 176+181+134=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B586 is #4F4A79. Grayscale: #AEAEAE. Windows color (decimal): -5196410 or 8828336. OLE color: 8828336.

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

Color convert

RGB 176 181 134 -
CMYK 0.03 0 0.26 0.29
HSL 66.38º 0.24% 0.62% -
HSV(B) 66.38º 0.26% 0.71% -
XYZ 38.73 44 29.01 -
YUV 174.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 176 181 134 0.03 0 0.26 0.29 66.38 0.24 0.62
Hex B0 B5 86 3 0 1A 1D 42 18 3E
Octal 260 265 206 3 0 32 35 102 30 76
Binary 10110000 10110101 10000110 11 0 11010 11101 1000010 11000 111110

Color Harmonies of #B0B586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B586

Black with #B0B586

Text Example


Text Example

White with #B0B586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B586; }

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

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

background-color css

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

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

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

border-color css

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

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

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