Html Css Color HEX #BEBA60 Dark Khaki

📋 copy color: '#BEBA60'

red 190 ◦ green 186 ◦ blue 96

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

Shades of Dark Khaki #BEBA60

Tints of Dark Khaki #BEBA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.34%

R = 40.25%
G = 39.41%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEBA60 (or 0xBEBA60) is known color: Dark Khaki. HEX triplet: BE, BA and 60. RGB value is (190,186,96). Sum of RGB (Red+Green+Blue) = 190+186+96=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA60 is #41459F. Grayscale: #B1B1B1. Windows color (decimal): -4277664 or 6339262. OLE color: 6339262.

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

Color convert

RGB 190 186 96 -
CMYK 0 0.02 0.49 0.25
HSL 57.45º 0.42% 0.56% -
HSV(B) 57.45º 0.49% 0.75% -
XYZ 40.91 46.91 17.96 -
YUV 176.94 82.33 137.32 -
System Red Green Blue C M Y K H S L
Decimal 190 186 96 0 0.02 0.49 0.25 57.45 0.42 0.56
Hex BE BA 60 0 2 31 19 39 2A 38
Octal 276 272 140 0 2 61 31 71 52 70
Binary 10111110 10111010 1100000 0 10 110001 11001 111001 101010 111000

Color Harmonies of #BEBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA60

Black with #BEBA60

Text Example


Text Example

White with #BEBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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