Html Css Color HEX #B1B495 Bud

📋 copy color: '#B1B495'

red 177 ◦ green 180 ◦ blue 149

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

Shades of Bud #B1B495

Tints of Bud #B1B495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 34.98%
G = 35.57%
B = 29.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B1B495 (or 0xB1B495) is known color: Bud. HEX triplet: B1, B4 and 95. RGB value is (177,180,149). Sum of RGB (Red+Green+Blue) = 177+180+149=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B495 is #4E4B6A. Grayscale: #AFAFAF. Windows color (decimal): -5131115 or 9811121. OLE color: 9811121.

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

Color convert

RGB 177 180 149 -
CMYK 0.02 0 0.17 0.29
HSL 65.81º 0.17% 0.65% -
HSV(B) 65.81º 0.17% 0.71% -
XYZ 39.88 44.16 34.86 -
YUV 175.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 177 180 149 0.02 0 0.17 0.29 65.81 0.17 0.65
Hex B1 B4 95 2 0 11 1D 42 11 41
Octal 261 264 225 2 0 21 35 102 21 101
Binary 10110001 10110100 10010101 10 0 10001 11101 1000010 10001 1000001

Color Harmonies of #B1B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B495

Black with #B1B495

Text Example


Text Example

White with #B1B495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B495; }

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

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

background-color css

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

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

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

border-color css

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

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

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