Html Css Color HEX #B1A68A Chino

📋 copy color: '#B1A68A'

red 177 ◦ green 166 ◦ blue 138

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

Shades of Chino #B1A68A

Tints of Chino #B1A68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 36.8%
G = 34.51%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1A68A (or 0xB1A68A) is known color: Chino. HEX triplet: B1, A6 and 8A. RGB value is (177,166,138). Sum of RGB (Red+Green+Blue) = 177+166+138=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A68A is #4E5975. Grayscale: #A6A6A6. Windows color (decimal): -5134710 or 9086641. OLE color: 9086641.

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

Color convert

RGB 177 166 138 -
CMYK 0 0.06 0.22 0.31
HSL 43.08º 0.2% 0.62% -
HSV(B) 43.08º 0.22% 0.69% -
XYZ 36.36 38.45 29.55 -
YUV 166.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 177 166 138 0 0.06 0.22 0.31 43.08 0.2 0.62
Hex B1 A6 8A 0 6 16 1F 2B 14 3E
Octal 261 246 212 0 6 26 37 53 24 76
Binary 10110001 10100110 10001010 0 110 10110 11111 101011 10100 111110

Color Harmonies of #B1A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A68A

Black with #B1A68A

Text Example


Text Example

White with #B1A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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