Html Css Color HEX #BEB970 Dark Khaki

📋 copy color: '#BEB970'

red 190 ◦ green 185 ◦ blue 112

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

Shades of Dark Khaki #BEB970

Tints of Dark Khaki #BEB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

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

R = 39.01%
G = 37.99%
B = 23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEB970 (or 0xBEB970) is known color: Dark Khaki. HEX triplet: BE, B9 and 70. RGB value is (190,185,112). Sum of RGB (Red+Green+Blue) = 190+185+112=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB970 is #41468F. Grayscale: #B2B2B2. Windows color (decimal): -4277904 or 7387582. OLE color: 7387582.

HSL color Cylindrical-coordinate representation of color #BEB970: hue angle of 56.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEB970 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 112 -
CMYK 0 0.03 0.41 0.25
HSL 56.15º 0.38% 0.59% -
HSV(B) 56.15º 0.41% 0.75% -
XYZ 41.51 46.81 22.18 -
YUV 178.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 190 185 112 0 0.03 0.41 0.25 56.15 0.38 0.59
Hex BE B9 70 0 3 29 19 38 26 3B
Octal 276 271 160 0 3 51 31 70 46 73
Binary 10111110 10111001 1110000 0 11 101001 11001 111000 100110 111011

Color Harmonies of #BEB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB970

Black with #BEB970

Text Example


Text Example

White with #BEB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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