Html Css Color HEX #B1B689 Bud

📋 copy color: '#B1B689'

red 177 ◦ green 182 ◦ blue 137

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

Shades of Bud #B1B689

Tints of Bud #B1B689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.69%

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

R = 35.69%
G = 36.69%
B = 27.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B1B689 (or 0xB1B689) is known color: Bud. HEX triplet: B1, B6 and 89. RGB value is (177,182,137). Sum of RGB (Red+Green+Blue) = 177+182+137=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B689 is #4E4976. Grayscale: #AFAFAF. Windows color (decimal): -5130615 or 9025201. OLE color: 9025201.

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

Color convert

RGB 177 182 137 -
CMYK 0.03 0 0.25 0.29
HSL 66.67º 0.24% 0.63% -
HSV(B) 66.67º 0.25% 0.71% -
XYZ 39.37 44.61 30.2 -
YUV 175.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 177 182 137 0.03 0 0.25 0.29 66.67 0.24 0.63
Hex B1 B6 89 3 0 19 1D 43 18 3F
Octal 261 266 211 3 0 31 35 103 30 77
Binary 10110001 10110110 10001001 11 0 11001 11101 1000011 11000 111111

Color Harmonies of #B1B689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B689

Black with #B1B689

Text Example


Text Example

White with #B1B689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B689; }

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

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

background-color css

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

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

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

border-color css

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

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

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