Html Css Color HEX #B8AF6E Dark Khaki

📋 copy color: '#B8AF6E'

red 184 ◦ green 175 ◦ blue 110

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

Shades of Dark Khaki #B8AF6E

Tints of Dark Khaki #B8AF6E

RGB

 RED value IS 184 (72.27% from 255) = 39.23%

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

 BLUE value IS 110 (43.36% from 255) = 23.45%

R = 39.23%
G = 37.31%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8AF6E (or 0xB8AF6E) is known color: Dark Khaki. HEX triplet: B8, AF and 6E. RGB value is (184,175,110). Sum of RGB (Red+Green+Blue) = 184+175+110=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF6E is #475091. Grayscale: #AAAAAA. Windows color (decimal): -4673682 or 7253944. OLE color: 7253944.

HSL color Cylindrical-coordinate representation of color #B8AF6E: hue angle of 52.7º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8AF6E is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 110 -
CMYK 0 0.05 0.40 0.28
HSL 52.7º 0.34% 0.58% -
HSV(B) 52.7º 0.4% 0.72% -
XYZ 37.91 41.98 20.86 -
YUV 170.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 184 175 110 0 0.05 0.40 0.28 52.7 0.34 0.58
Hex B8 AF 6E 0 5 28 1C 35 22 3A
Octal 270 257 156 0 5 50 34 65 42 72
Binary 10111000 10101111 1101110 0 101 101000 11100 110101 100010 111010

Color Harmonies of #B8AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF6E

Black with #B8AF6E

Text Example


Text Example

White with #B8AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF6E; }

 p { color: rgb(184,175,110); }

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

background-color css

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

 a { background-color: rgb(184,175,110); }

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

border-color css

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

 span { border-color: rgb(184,175,110); }

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