Html Css Color HEX #B2B493 Bud

📋 copy color: '#B2B493'

red 178 ◦ green 180 ◦ blue 147

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

Shades of Bud #B2B493

Tints of Bud #B2B493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 35.25%
G = 35.64%
B = 29.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B2B493 (or 0xB2B493) is known color: Bud. HEX triplet: B2, B4 and 93. RGB value is (178,180,147). Sum of RGB (Red+Green+Blue) = 178+180+147=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B493 is #4D4B6C. Grayscale: #AFAFAF. Windows color (decimal): -5065581 or 9680050. OLE color: 9680050.

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

Color convert

RGB 178 180 147 -
CMYK 0.01 0 0.18 0.29
HSL 63.64º 0.18% 0.64% -
HSV(B) 63.64º 0.18% 0.71% -
XYZ 39.95 44.21 34.03 -
YUV 175.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 178 180 147 0.01 0 0.18 0.29 63.64 0.18 0.64
Hex B2 B4 93 1 0 12 1D 40 12 40
Octal 262 264 223 1 0 22 35 100 22 100
Binary 10110010 10110100 10010011 1 0 10010 11101 1000000 10010 1000000

Color Harmonies of #B2B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B493

Black with #B2B493

Text Example


Text Example

White with #B2B493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B493; }

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

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

background-color css

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

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

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

border-color css

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

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

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