Html Css Color HEX #B9AF8A Chino

📋 copy color: '#B9AF8A'

red 185 ◦ green 175 ◦ blue 138

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

Shades of Chino #B9AF8A

Tints of Chino #B9AF8A

RGB

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

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

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

R = 37.15%
G = 35.14%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9AF8A (or 0xB9AF8A) is known color: Chino. HEX triplet: B9, AF and 8A. RGB value is (185,175,138). Sum of RGB (Red+Green+Blue) = 185+175+138=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF8A is #465075. Grayscale: #ADADAD. Windows color (decimal): -4608118 or 9088953. OLE color: 9088953.

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

Color convert

RGB 185 175 138 -
CMYK 0 0.05 0.25 0.27
HSL 47.23º 0.25% 0.63% -
HSV(B) 47.23º 0.25% 0.73% -
XYZ 39.93 42.81 30.2 -
YUV 173.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 185 175 138 0 0.05 0.25 0.27 47.23 0.25 0.63
Hex B9 AF 8A 0 5 19 1B 2F 19 3F
Octal 271 257 212 0 5 31 33 57 31 77
Binary 10111001 10101111 10001010 0 101 11001 11011 101111 11001 111111

Color Harmonies of #B9AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF8A

Black with #B9AF8A

Text Example


Text Example

White with #B9AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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