Html Css Color HEX #B9AE8F Chino

📋 copy color: '#B9AE8F'

red 185 ◦ green 174 ◦ blue 143

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

Shades of Chino #B9AE8F

Tints of Chino #B9AE8F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.66%

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

R = 36.85%
G = 34.66%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9AE8F (or 0xB9AE8F) is known color: Chino. HEX triplet: B9, AE and 8F. RGB value is (185,174,143). Sum of RGB (Red+Green+Blue) = 185+174+143=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AE8F is #465170. Grayscale: #ADADAD. Windows color (decimal): -4608369 or 9416377. OLE color: 9416377.

HSL color Cylindrical-coordinate representation of color #B9AE8F: hue angle of 44.29º 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 #B9AE8F is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 174 143 -
CMYK 0 0.06 0.23 0.27
HSL 44.29º 0.23% 0.64% -
HSV(B) 44.29º 0.23% 0.73% -
XYZ 40.1 42.57 32.09 -
YUV 173.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 185 174 143 0 0.06 0.23 0.27 44.29 0.23 0.64
Hex B9 AE 8F 0 6 17 1B 2C 17 40
Octal 271 256 217 0 6 27 33 54 27 100
Binary 10111001 10101110 10001111 0 110 10111 11011 101100 10111 1000000

Color Harmonies of #B9AE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AE8F

Black with #B9AE8F

Text Example


Text Example

White with #B9AE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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