Html Css Color HEX #B0B486 Bud

📋 copy color: '#B0B486'

red 176 ◦ green 180 ◦ blue 134

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

Shades of Bud #B0B486

Tints of Bud #B0B486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.73%

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

R = 35.92%
G = 36.73%
B = 27.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B0B486 (or 0xB0B486) is known color: Bud. HEX triplet: B0, B4 and 86. RGB value is (176,180,134). Sum of RGB (Red+Green+Blue) = 176+180+134=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B486 is #4F4B79. Grayscale: #ADADAD. Windows color (decimal): -5196666 or 8828080. OLE color: 8828080.

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

Color convert

RGB 176 180 134 -
CMYK 0.02 0 0.26 0.29
HSL 65.22º 0.23% 0.62% -
HSV(B) 65.22º 0.26% 0.71% -
XYZ 38.53 43.59 28.94 -
YUV 173.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 176 180 134 0.02 0 0.26 0.29 65.22 0.23 0.62
Hex B0 B4 86 2 0 1A 1D 41 17 3E
Octal 260 264 206 2 0 32 35 101 27 76
Binary 10110000 10110100 10000110 10 0 11010 11101 1000001 10111 111110

Color Harmonies of #B0B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B486

Black with #B0B486

Text Example


Text Example

White with #B0B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B486; }

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

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

background-color css

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

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

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

border-color css

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

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

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