Html Css Color HEX #BAAF70 Dark Khaki

📋 copy color: '#BAAF70'

red 186 ◦ green 175 ◦ blue 112

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

Shades of Dark Khaki #BAAF70

Tints of Dark Khaki #BAAF70

RGB

 RED value IS 186 (73.05% from 255) = 39.32%

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

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 39.32%
G = 37%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAAF70 (or 0xBAAF70) is known color: Dark Khaki. HEX triplet: BA, AF and 70. RGB value is (186,175,112). Sum of RGB (Red+Green+Blue) = 186+175+112=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF70 is #45508F. Grayscale: #ABABAB. Windows color (decimal): -4542608 or 7385018. OLE color: 7385018.

HSL color Cylindrical-coordinate representation of color #BAAF70: hue angle of 51.08º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAAF70 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 175 112 -
CMYK 0 0.06 0.40 0.27
HSL 51.08º 0.35% 0.58% -
HSV(B) 51.08º 0.4% 0.73% -
XYZ 38.5 42.27 21.46 -
YUV 171.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 186 175 112 0 0.06 0.40 0.27 51.08 0.35 0.58
Hex BA AF 70 0 6 28 1B 33 23 3A
Octal 272 257 160 0 6 50 33 63 43 72
Binary 10111010 10101111 1110000 0 110 101000 11011 110011 100011 111010

Color Harmonies of #BAAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF70

Black with #BAAF70

Text Example


Text Example

White with #BAAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF70; }

 p { color: rgb(186,175,112); }

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

background-color css

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

 a { background-color: rgb(186,175,112); }

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

border-color css

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

 span { border-color: rgb(186,175,112); }

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