Html Css Color HEX #B2B492 Bud

📋 copy color: '#B2B492'

red 178 ◦ green 180 ◦ blue 146

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

Shades of Bud #B2B492

Tints of Bud #B2B492

RGB

 RED value IS 178 (69.92% from 255) = 35.32%

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

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 35.32%
G = 35.71%
B = 28.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B2B492 (or 0xB2B492) is known color: Bud. HEX triplet: B2, B4 and 92. RGB value is (178,180,146). Sum of RGB (Red+Green+Blue) = 178+180+146=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B492 is #4D4B6D. Grayscale: #AFAFAF. Windows color (decimal): -5065582 or 9614514. OLE color: 9614514.

HSL color Cylindrical-coordinate representation of color #B2B492: hue angle of 63.53º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2B492 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 146 -
CMYK 0.01 0 0.19 0.29
HSL 63.53º 0.18% 0.64% -
HSV(B) 63.53º 0.19% 0.71% -
XYZ 39.87 44.18 33.62 -
YUV 175.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 178 180 146 0.01 0 0.19 0.29 63.53 0.18 0.64
Hex B2 B4 92 1 0 13 1D 40 12 40
Octal 262 264 222 1 0 23 35 100 22 100
Binary 10110010 10110100 10010010 1 0 10011 11101 1000000 10010 1000000

Color Harmonies of #B2B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B492

Black with #B2B492

Text Example


Text Example

White with #B2B492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B492; }

 p { color: rgb(178,180,146); }

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

background-color css

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

 a { background-color: rgb(178,180,146); }

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

border-color css

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

 span { border-color: rgb(178,180,146); }

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