Html Css Color HEX #BEBA62 Dark Khaki

📋 copy color: '#BEBA62'

red 190 ◦ green 186 ◦ blue 98

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

Shades of Dark Khaki #BEBA62

Tints of Dark Khaki #BEBA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

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

R = 40.08%
G = 39.24%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEBA62 (or 0xBEBA62) is known color: Dark Khaki. HEX triplet: BE, BA and 62. RGB value is (190,186,98). Sum of RGB (Red+Green+Blue) = 190+186+98=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA62 is #41459D. Grayscale: #B1B1B1. Windows color (decimal): -4277662 or 6470334. OLE color: 6470334.

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

Color convert

RGB 190 186 98 -
CMYK 0 0.02 0.48 0.25
HSL 57.39º 0.41% 0.56% -
HSV(B) 57.39º 0.48% 0.75% -
XYZ 41 46.95 18.46 -
YUV 177.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 190 186 98 0 0.02 0.48 0.25 57.39 0.41 0.56
Hex BE BA 62 0 2 30 19 39 29 38
Octal 276 272 142 0 2 60 31 71 51 70
Binary 10111110 10111010 1100010 0 10 110000 11001 111001 101001 111000

Color Harmonies of #BEBA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA62

Black with #BEBA62

Text Example


Text Example

White with #BEBA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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