Html Css Color HEX #BEB862 Dark Khaki

📋 copy color: '#BEB862'

red 190 ◦ green 184 ◦ blue 98

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

Shades of Dark Khaki #BEB862

Tints of Dark Khaki #BEB862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.98%

 BLUE value IS 98 (38.67% from 255) = 20.76%

R = 40.25%
G = 38.98%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEB862 (or 0xBEB862) is known color: Dark Khaki. HEX triplet: BE, B8 and 62. RGB value is (190,184,98). Sum of RGB (Red+Green+Blue) = 190+184+98=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB862 is #41479D. Grayscale: #B0B0B0. Windows color (decimal): -4278174 or 6469822. OLE color: 6469822.

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

Color convert

RGB 190 184 98 -
CMYK 0 0.03 0.48 0.25
HSL 56.09º 0.41% 0.56% -
HSV(B) 56.09º 0.48% 0.75% -
XYZ 40.58 46.11 18.32 -
YUV 175.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 190 184 98 0 0.03 0.48 0.25 56.09 0.41 0.56
Hex BE B8 62 0 3 30 19 38 29 38
Octal 276 270 142 0 3 60 31 70 51 70
Binary 10111110 10111000 1100010 0 11 110000 11001 111000 101001 111000

Color Harmonies of #BEB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB862

Black with #BEB862

Text Example


Text Example

White with #BEB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB862; }

 p { color: rgb(190,184,98); }

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

background-color css

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

 a { background-color: rgb(190,184,98); }

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

border-color css

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

 span { border-color: rgb(190,184,98); }

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