Html Css Color HEX #B8AF6B Dark Khaki

📋 copy color: '#B8AF6B'

red 184 ◦ green 175 ◦ blue 107

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

Shades of Dark Khaki #B8AF6B

Tints of Dark Khaki #B8AF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.96%

R = 39.48%
G = 37.55%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8AF6B (or 0xB8AF6B) is known color: Dark Khaki. HEX triplet: B8, AF and 6B. RGB value is (184,175,107). Sum of RGB (Red+Green+Blue) = 184+175+107=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF6B is #475094. Grayscale: #AAAAAA. Windows color (decimal): -4673685 or 7057336. OLE color: 7057336.

HSL color Cylindrical-coordinate representation of color #B8AF6B: hue angle of 52.99º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8AF6B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 107 -
CMYK 0 0.05 0.42 0.28
HSL 52.99º 0.35% 0.57% -
HSV(B) 52.99º 0.42% 0.72% -
XYZ 37.75 41.91 20.01 -
YUV 169.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 184 175 107 0 0.05 0.42 0.28 52.99 0.35 0.57
Hex B8 AF 6B 0 5 2A 1C 35 23 39
Octal 270 257 153 0 5 52 34 65 43 71
Binary 10111000 10101111 1101011 0 101 101010 11100 110101 100011 111001

Color Harmonies of #B8AF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF6B

Black with #B8AF6B

Text Example


Text Example

White with #B8AF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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