Html Css Color HEX #B9AF8F Chino

📋 copy color: '#B9AF8F'

red 185 ◦ green 175 ◦ blue 143

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

Shades of Chino #B9AF8F

Tints of Chino #B9AF8F

RGB

 RED value IS 185 (72.66% from 255) = 36.78%

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

 BLUE value IS 143 (56.25% from 255) = 28.43%

R = 36.78%
G = 34.79%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9AF8F (or 0xB9AF8F) is known color: Chino. HEX triplet: B9, AF and 8F. RGB value is (185,175,143). Sum of RGB (Red+Green+Blue) = 185+175+143=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF8F is #465070. Grayscale: #AEAEAE. Windows color (decimal): -4608113 or 9416633. OLE color: 9416633.

HSL color Cylindrical-coordinate representation of color #B9AF8F: hue angle of 45.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9AF8F is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 143 -
CMYK 0 0.05 0.23 0.27
HSL 45.71º 0.23% 0.64% -
HSV(B) 45.71º 0.23% 0.73% -
XYZ 40.3 42.96 32.15 -
YUV 174.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 185 175 143 0 0.05 0.23 0.27 45.71 0.23 0.64
Hex B9 AF 8F 0 5 17 1B 2E 17 40
Octal 271 257 217 0 5 27 33 56 27 100
Binary 10111001 10101111 10001111 0 101 10111 11011 101110 10111 1000000

Color Harmonies of #B9AF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF8F

Black with #B9AF8F

Text Example


Text Example

White with #B9AF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF8F; }

 p { color: rgb(185,175,143); }

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

background-color css

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

 a { background-color: rgb(185,175,143); }

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

border-color css

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

 span { border-color: rgb(185,175,143); }

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