Html Css Color HEX #BEBC68 Dark Khaki

📋 copy color: '#BEBC68'

red 190 ◦ green 188 ◦ blue 104

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

Shades of Dark Khaki #BEBC68

Tints of Dark Khaki #BEBC68

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 39.42%
G = 39%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEBC68 (or 0xBEBC68) is known color: Dark Khaki. HEX triplet: BE, BC and 68. RGB value is (190,188,104). Sum of RGB (Red+Green+Blue) = 190+188+104=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC68 is #414397. Grayscale: #B3B3B3. Windows color (decimal): -4277144 or 6864062. OLE color: 6864062.

HSL color Cylindrical-coordinate representation of color #BEBC68: hue angle of 58.6º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEBC68 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 104 -
CMYK 0 0.01 0.45 0.25
HSL 58.6º 0.4% 0.58% -
HSV(B) 58.6º 0.45% 0.75% -
XYZ 41.72 47.91 20.15 -
YUV 179.02 85.66 135.83 -
System Red Green Blue C M Y K H S L
Decimal 190 188 104 0 0.01 0.45 0.25 58.6 0.4 0.58
Hex BE BC 68 0 1 2D 19 3B 28 3A
Octal 276 274 150 0 1 55 31 73 50 72
Binary 10111110 10111100 1101000 0 1 101101 11001 111011 101000 111010

Color Harmonies of #BEBC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC68

Black with #BEBC68

Text Example


Text Example

White with #BEBC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC68; }

 p { color: rgb(190,188,104); }

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

background-color css

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

 a { background-color: rgb(190,188,104); }

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

border-color css

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

 span { border-color: rgb(190,188,104); }

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