Html Css Color HEX #B0B18B Bud

📋 copy color: '#B0B18B'

red 176 ◦ green 177 ◦ blue 139

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

Shades of Bud #B0B18B

Tints of Bud #B0B18B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.98%

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 35.77%
G = 35.98%
B = 28.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0B18B (or 0xB0B18B) is known color: Bud. HEX triplet: B0, B1 and 8B. RGB value is (176,177,139). Sum of RGB (Red+Green+Blue) = 176+177+139=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B18B is #4F4E74. Grayscale: #ACACAC. Windows color (decimal): -5197429 or 9154992. OLE color: 9154992.

HSL color Cylindrical-coordinate representation of color #B0B18B: hue angle of 61.58º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0B18B is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 139 -
CMYK 0.01 0 0.21 0.31
HSL 61.58º 0.2% 0.62% -
HSV(B) 61.58º 0.21% 0.69% -
XYZ 38.29 42.54 30.62 -
YUV 172.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 176 177 139 0.01 0 0.21 0.31 61.58 0.2 0.62
Hex B0 B1 8B 1 0 15 1F 3E 14 3E
Octal 260 261 213 1 0 25 37 76 24 76
Binary 10110000 10110001 10001011 1 0 10101 11111 111110 10100 111110

Color Harmonies of #B0B18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B18B

Black with #B0B18B

Text Example


Text Example

White with #B0B18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B18B; }

 p { color: rgb(176,177,139); }

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

background-color css

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

 a { background-color: rgb(176,177,139); }

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

border-color css

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

 span { border-color: rgb(176,177,139); }

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