Html Css Color HEX #B0B487 Bud

📋 copy color: '#B0B487'

red 176 ◦ green 180 ◦ blue 135

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

Shades of Bud #B0B487

Tints of Bud #B0B487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.49%

R = 35.85%
G = 36.66%
B = 27.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B0B487 (or 0xB0B487) is known color: Bud. HEX triplet: B0, B4 and 87. RGB value is (176,180,135). Sum of RGB (Red+Green+Blue) = 176+180+135=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B487 is #4F4B78. Grayscale: #ADADAD. Windows color (decimal): -5196665 or 8893616. OLE color: 8893616.

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

Color convert

RGB 176 180 135 -
CMYK 0.02 0 0.25 0.29
HSL 65.33º 0.23% 0.62% -
HSV(B) 65.33º 0.25% 0.71% -
XYZ 38.6 43.62 29.31 -
YUV 173.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 176 180 135 0.02 0 0.25 0.29 65.33 0.23 0.62
Hex B0 B4 87 2 0 19 1D 41 17 3E
Octal 260 264 207 2 0 31 35 101 27 76
Binary 10110000 10110100 10000111 10 0 11001 11101 1000001 10111 111110

Color Harmonies of #B0B487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B487

Black with #B0B487

Text Example


Text Example

White with #B0B487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B487; }

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

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

background-color css

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

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

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

border-color css

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

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

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