Html Css Color HEX #BEC070 Dark Khaki

📋 copy color: '#BEC070'

red 190 ◦ green 192 ◦ blue 112

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

Shades of Dark Khaki #BEC070

Tints of Dark Khaki #BEC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

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

R = 38.46%
G = 38.87%
B = 22.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BEC070 (or 0xBEC070) is known color: Dark Khaki. HEX triplet: BE, C0 and 70. RGB value is (190,192,112). Sum of RGB (Red+Green+Blue) = 190+192+112=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC070 is #413F8F. Grayscale: #B6B6B6. Windows color (decimal): -4276112 or 7389374. OLE color: 7389374.

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

Color convert

RGB 190 192 112 -
CMYK 0.01 0 0.42 0.25
HSL 61.5º 0.39% 0.6% -
HSV(B) 61.5º 0.42% 0.75% -
XYZ 43.01 49.82 22.68 -
YUV 182.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 190 192 112 0.01 0 0.42 0.25 61.5 0.39 0.6
Hex BE C0 70 1 0 2A 19 3E 27 3C
Octal 276 300 160 1 0 52 31 76 47 74
Binary 10111110 11000000 1110000 1 0 101010 11001 111110 100111 111100

Color Harmonies of #BEC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC070

Black with #BEC070

Text Example


Text Example

White with #BEC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC070; }

 p { color: rgb(190,192,112); }

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

background-color css

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

 a { background-color: rgb(190,192,112); }

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

border-color css

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

 span { border-color: rgb(190,192,112); }

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