Html Css Color HEX #B1B394 Bud

📋 copy color: '#B1B394'

red 177 ◦ green 179 ◦ blue 148

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

Shades of Bud #B1B394

Tints of Bud #B1B394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.52%

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 35.12%
G = 35.52%
B = 29.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B1B394 (or 0xB1B394) is known color: Bud. HEX triplet: B1, B3 and 94. RGB value is (177,179,148). Sum of RGB (Red+Green+Blue) = 177+179+148=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B394 is #4E4C6B. Grayscale: #AEAEAE. Windows color (decimal): -5131372 or 9745329. OLE color: 9745329.

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

Color convert

RGB 177 179 148 -
CMYK 0.01 0 0.17 0.30
HSL 63.87º 0.17% 0.64% -
HSV(B) 63.87º 0.17% 0.7% -
XYZ 39.6 43.73 34.37 -
YUV 174.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 177 179 148 0.01 0 0.17 0.30 63.87 0.17 0.64
Hex B1 B3 94 1 0 11 1E 40 11 40
Octal 261 263 224 1 0 21 36 100 21 100
Binary 10110001 10110011 10010100 1 0 10001 11110 1000000 10001 1000000

Color Harmonies of #B1B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B394

Black with #B1B394

Text Example


Text Example

White with #B1B394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B394; }

 p { color: rgb(177,179,148); }

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

background-color css

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

 a { background-color: rgb(177,179,148); }

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

border-color css

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

 span { border-color: rgb(177,179,148); }

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