Html Css Color HEX #B1A685 Chino

📋 copy color: '#B1A685'

red 177 ◦ green 166 ◦ blue 133

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

Shades of Chino #B1A685

Tints of Chino #B1A685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.94%

R = 37.18%
G = 34.87%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B1A685 (or 0xB1A685) is known color: Chino. HEX triplet: B1, A6 and 85. RGB value is (177,166,133). Sum of RGB (Red+Green+Blue) = 177+166+133=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A685 is #4E597A. Grayscale: #A5A5A5. Windows color (decimal): -5134715 or 8758961. OLE color: 8758961.

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

Color convert

RGB 177 166 133 -
CMYK 0 0.06 0.25 0.31
HSL 45º 0.22% 0.61% -
HSV(B) 45º 0.25% 0.69% -
XYZ 36 38.31 27.69 -
YUV 165.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 177 166 133 0 0.06 0.25 0.31 45 0.22 0.61
Hex B1 A6 85 0 6 19 1F 2D 16 3D
Octal 261 246 205 0 6 31 37 55 26 75
Binary 10110001 10100110 10000101 0 110 11001 11111 101101 10110 111101

Color Harmonies of #B1A685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A685

Black with #B1A685

Text Example


Text Example

White with #B1A685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A685; }

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

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

background-color css

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

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

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

border-color css

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

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

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