Html Css Color HEX #B1B493 Bud

📋 copy color: '#B1B493'

red 177 ◦ green 180 ◦ blue 147

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

Shades of Bud #B1B493

Tints of Bud #B1B493

RGB

 RED value IS 177 (69.53% from 255) = 35.12%

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

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

R = 35.12%
G = 35.71%
B = 29.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B1B493 (or 0xB1B493) is known color: Bud. HEX triplet: B1, B4 and 93. RGB value is (177,180,147). Sum of RGB (Red+Green+Blue) = 177+180+147=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B493 is #4E4B6C. Grayscale: #AFAFAF. Windows color (decimal): -5131117 or 9680049. OLE color: 9680049.

HSL color Cylindrical-coordinate representation of color #B1B493: hue angle of 65.45º 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 #B1B493 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 180 147 -
CMYK 0.02 0 0.18 0.29
HSL 65.45º 0.18% 0.64% -
HSV(B) 65.45º 0.18% 0.71% -
XYZ 39.72 44.1 34.02 -
YUV 175.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 177 180 147 0.02 0 0.18 0.29 65.45 0.18 0.64
Hex B1 B4 93 2 0 12 1D 41 12 40
Octal 261 264 223 2 0 22 35 101 22 100
Binary 10110001 10110100 10010011 10 0 10010 11101 1000001 10010 1000000

Color Harmonies of #B1B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B493

Black with #B1B493

Text Example


Text Example

White with #B1B493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B493; }

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

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

background-color css

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

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

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

border-color css

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

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

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