Html Css Color HEX #B1A689 Chino

📋 copy color: '#B1A689'

red 177 ◦ green 166 ◦ blue 137

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

Shades of Chino #B1A689

Tints of Chino #B1A689

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.58%

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

R = 36.88%
G = 34.58%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B1A689 (or 0xB1A689) is known color: Chino. HEX triplet: B1, A6 and 89. RGB value is (177,166,137). Sum of RGB (Red+Green+Blue) = 177+166+137=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A689 is #4E5976. Grayscale: #A6A6A6. Windows color (decimal): -5134711 or 9021105. OLE color: 9021105.

HSL color Cylindrical-coordinate representation of color #B1A689: hue angle of 43.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1A689 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 166 137 -
CMYK 0 0.06 0.23 0.31
HSL 43.5º 0.2% 0.62% -
HSV(B) 43.5º 0.23% 0.69% -
XYZ 36.28 38.43 29.17 -
YUV 165.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 177 166 137 0 0.06 0.23 0.31 43.5 0.2 0.62
Hex B1 A6 89 0 6 17 1F 2C 14 3E
Octal 261 246 211 0 6 27 37 54 24 76
Binary 10110001 10100110 10001001 0 110 10111 11111 101100 10100 111110

Color Harmonies of #B1A689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A689

Black with #B1A689

Text Example


Text Example

White with #B1A689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A689; }

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

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

background-color css

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

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

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

border-color css

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

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

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