Html Css Color HEX #BEB370 Dark Khaki

📋 copy color: '#BEB370'

red 190 ◦ green 179 ◦ blue 112

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

Shades of Dark Khaki #BEB370

Tints of Dark Khaki #BEB370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.21%

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

R = 39.5%
G = 37.21%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEB370 (or 0xBEB370) is known color: Dark Khaki. HEX triplet: BE, B3 and 70. RGB value is (190,179,112). Sum of RGB (Red+Green+Blue) = 190+179+112=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB370 is #414C8F. Grayscale: #AEAEAE. Windows color (decimal): -4279440 or 7386046. OLE color: 7386046.

HSL color Cylindrical-coordinate representation of color #BEB370: hue angle of 51.54º 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 #BEB370 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 179 112 -
CMYK 0 0.06 0.41 0.25
HSL 51.54º 0.38% 0.59% -
HSV(B) 51.54º 0.41% 0.75% -
XYZ 40.28 44.36 21.77 -
YUV 174.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 190 179 112 0 0.06 0.41 0.25 51.54 0.38 0.59
Hex BE B3 70 0 6 29 19 34 26 3B
Octal 276 263 160 0 6 51 31 64 46 73
Binary 10111110 10110011 1110000 0 110 101001 11001 110100 100110 111011

Color Harmonies of #BEB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB370

Black with #BEB370

Text Example


Text Example

White with #BEB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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