Html Css Color HEX #BEAF6C Dark Khaki

📋 copy color: '#BEAF6C'

red 190 ◦ green 175 ◦ blue 108

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

Shades of Dark Khaki #BEAF6C

Tints of Dark Khaki #BEAF6C

RGB

 RED value IS 190 (74.61% from 255) = 40.17%

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

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 40.17%
G = 37%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEAF6C (or 0xBEAF6C) is known color: Dark Khaki. HEX triplet: BE, AF and 6C. RGB value is (190,175,108). Sum of RGB (Red+Green+Blue) = 190+175+108=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF6C is #415093. Grayscale: #ACACAC. Windows color (decimal): -4280468 or 7122878. OLE color: 7122878.

HSL color Cylindrical-coordinate representation of color #BEAF6C: hue angle of 49.02º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEAF6C is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 175 108 -
CMYK 0 0.08 0.43 0.25
HSL 49.02º 0.39% 0.58% -
HSV(B) 49.02º 0.43% 0.75% -
XYZ 39.27 42.69 20.36 -
YUV 171.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 190 175 108 0 0.08 0.43 0.25 49.02 0.39 0.58
Hex BE AF 6C 0 8 2B 19 31 27 3A
Octal 276 257 154 0 10 53 31 61 47 72
Binary 10111110 10101111 1101100 0 1000 101011 11001 110001 100111 111010

Color Harmonies of #BEAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF6C

Black with #BEAF6C

Text Example


Text Example

White with #BEAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF6C; }

 p { color: rgb(190,175,108); }

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

background-color css

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

 a { background-color: rgb(190,175,108); }

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

border-color css

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

 span { border-color: rgb(190,175,108); }

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