Html Css Color HEX #BEB962 Dark Khaki

📋 copy color: '#BEB962'

red 190 ◦ green 185 ◦ blue 98

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

Shades of Dark Khaki #BEB962

Tints of Dark Khaki #BEB962

RGB

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

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

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

R = 40.17%
G = 39.11%
B = 20.72%

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

#BEB962 (or 0xBEB962) is known color: Dark Khaki. HEX triplet: BE, B9 and 62. RGB value is (190,185,98). Sum of RGB (Red+Green+Blue) = 190+185+98=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB962 is #41469D. Grayscale: #B0B0B0. Windows color (decimal): -4277918 or 6470078. OLE color: 6470078.

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

Color convert

RGB 190 185 98 -
CMYK 0 0.03 0.48 0.25
HSL 56.74º 0.41% 0.56% -
HSV(B) 56.74º 0.48% 0.75% -
XYZ 40.79 46.53 18.39 -
YUV 176.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 190 185 98 0 0.03 0.48 0.25 56.74 0.41 0.56
Hex BE B9 62 0 3 30 19 39 29 38
Octal 276 271 142 0 3 60 31 71 51 70
Binary 10111110 10111001 1100010 0 11 110000 11001 111001 101001 111000

Color Harmonies of #BEB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB962

Black with #BEB962

Text Example


Text Example

White with #BEB962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB962; }

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

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

background-color css

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

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

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

border-color css

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

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

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