Html Css Color HEX #B6AF90 Chino

📋 copy color: '#B6AF90'

red 182 ◦ green 175 ◦ blue 144

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

Shades of Chino #B6AF90

Tints of Chino #B6AF90

RGB

 RED value IS 182 (71.48% from 255) = 36.33%

 GREEN value IS 175 (68.75% from 255) = 34.93%

 BLUE value IS 144 (56.64% from 255) = 28.74%

R = 36.33%
G = 34.93%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B6AF90 (or 0xB6AF90) is known color: Chino. HEX triplet: B6, AF and 90. RGB value is (182,175,144). Sum of RGB (Red+Green+Blue) = 182+175+144=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AF90 is #49506F. Grayscale: #ADADAD. Windows color (decimal): -4804720 or 9482166. OLE color: 9482166.

HSL color Cylindrical-coordinate representation of color #B6AF90: hue angle of 48.95º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6AF90 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 175 144 -
CMYK 0 0.04 0.21 0.29
HSL 48.95º 0.21% 0.64% -
HSV(B) 48.95º 0.21% 0.71% -
XYZ 39.66 42.62 32.52 -
YUV 173.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 182 175 144 0 0.04 0.21 0.29 48.95 0.21 0.64
Hex B6 AF 90 0 4 15 1D 31 15 40
Octal 266 257 220 0 4 25 35 61 25 100
Binary 10110110 10101111 10010000 0 100 10101 11101 110001 10101 1000000

Color Harmonies of #B6AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AF90

Black with #B6AF90

Text Example


Text Example

White with #B6AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AF90; }

 p { color: rgb(182,175,144); }

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

background-color css

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

 a { background-color: rgb(182,175,144); }

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

border-color css

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

 span { border-color: rgb(182,175,144); }

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