Html Css Color HEX #B1B489 Bud

📋 copy color: '#B1B489'

red 177 ◦ green 180 ◦ blue 137

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

Shades of Bud #B1B489

Tints of Bud #B1B489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 35.83%
G = 36.44%
B = 27.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B1B489 (or 0xB1B489) is known color: Bud. HEX triplet: B1, B4 and 89. RGB value is (177,180,137). Sum of RGB (Red+Green+Blue) = 177+180+137=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B489 is #4E4B76. Grayscale: #AEAEAE. Windows color (decimal): -5131127 or 9024689. OLE color: 9024689.

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

Color convert

RGB 177 180 137 -
CMYK 0.02 0 0.24 0.29
HSL 64.19º 0.22% 0.62% -
HSV(B) 64.19º 0.24% 0.71% -
XYZ 38.97 43.8 30.07 -
YUV 174.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 177 180 137 0.02 0 0.24 0.29 64.19 0.22 0.62
Hex B1 B4 89 2 0 18 1D 40 16 3E
Octal 261 264 211 2 0 30 35 100 26 76
Binary 10110001 10110100 10001001 10 0 11000 11101 1000000 10110 111110

Color Harmonies of #B1B489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B489

Black with #B1B489

Text Example


Text Example

White with #B1B489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B489; }

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

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

background-color css

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

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

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

border-color css

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

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

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