Html Css Color HEX #B0B298 Bud

📋 copy color: '#B0B298'

red 176 ◦ green 178 ◦ blue 152

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

Shades of Bud #B0B298

Tints of Bud #B0B298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 34.78%
G = 35.18%
B = 30.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B0B298 (or 0xB0B298) is known color: Bud. HEX triplet: B0, B2 and 98. RGB value is (176,178,152). Sum of RGB (Red+Green+Blue) = 176+178+152=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B298 is #4F4D67. Grayscale: #AEAEAE. Windows color (decimal): -5197160 or 10007216. OLE color: 10007216.

HSL color Cylindrical-coordinate representation of color #B0B298: hue angle of 64.62º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0B298 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 178 152 -
CMYK 0.01 0 0.15 0.30
HSL 64.62º 0.14% 0.65% -
HSV(B) 64.62º 0.15% 0.7% -
XYZ 39.49 43.34 35.99 -
YUV 174.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 176 178 152 0.01 0 0.15 0.30 64.62 0.14 0.65
Hex B0 B2 98 1 0 F 1E 41 E 41
Octal 260 262 230 1 0 17 36 101 16 101
Binary 10110000 10110010 10011000 1 0 1111 11110 1000001 1110 1000001

Color Harmonies of #B0B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B298

Black with #B0B298

Text Example


Text Example

White with #B0B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B298; }

 p { color: rgb(176,178,152); }

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

background-color css

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

 a { background-color: rgb(176,178,152); }

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

border-color css

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

 span { border-color: rgb(176,178,152); }

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