Html Css Color HEX #B0B488 Bud

📋 copy color: '#B0B488'

red 176 ◦ green 180 ◦ blue 136

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

Shades of Bud #B0B488

Tints of Bud #B0B488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.64%

R = 35.77%
G = 36.59%
B = 27.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B0B488 (or 0xB0B488) is known color: Bud. HEX triplet: B0, B4 and 88. RGB value is (176,180,136). Sum of RGB (Red+Green+Blue) = 176+180+136=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B488 is #4F4B77. Grayscale: #ADADAD. Windows color (decimal): -5196664 or 8959152. OLE color: 8959152.

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

Color convert

RGB 176 180 136 -
CMYK 0.02 0 0.24 0.29
HSL 65.45º 0.23% 0.62% -
HSV(B) 65.45º 0.24% 0.71% -
XYZ 38.67 43.65 29.68 -
YUV 173.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 176 180 136 0.02 0 0.24 0.29 65.45 0.23 0.62
Hex B0 B4 88 2 0 18 1D 41 17 3E
Octal 260 264 210 2 0 30 35 101 27 76
Binary 10110000 10110100 10001000 10 0 11000 11101 1000001 10111 111110

Color Harmonies of #B0B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B488

Black with #B0B488

Text Example


Text Example

White with #B0B488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B488; }

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

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

background-color css

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

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

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

border-color css

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

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

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