Html Css Color HEX #BEBE68 Dark Khaki

📋 copy color: '#BEBE68'

red 190 ◦ green 190 ◦ blue 104

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

Shades of Dark Khaki #BEBE68

Tints of Dark Khaki #BEBE68

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.26%

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

R = 39.26%
G = 39.26%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEBE68 (or 0xBEBE68) is known color: Dark Khaki. HEX triplet: BE, BE and 68. RGB value is (190,190,104). Sum of RGB (Red+Green+Blue) = 190+190+104=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE68 is #414197. Grayscale: #B4B4B4. Windows color (decimal): -4276632 or 6864574. OLE color: 6864574.

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

Color convert

RGB 190 190 104 -
CMYK 0 0 0.45 0.25
HSL 60º 0.4% 0.58% -
HSV(B) 60º 0.45% 0.75% -
XYZ 42.15 48.77 20.29 -
YUV 180.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 190 190 104 0 0 0.45 0.25 60 0.4 0.58
Hex BE BE 68 0 0 2D 19 3C 28 3A
Octal 276 276 150 0 0 55 31 74 50 72
Binary 10111110 10111110 1101000 0 0 101101 11001 111100 101000 111010

Color Harmonies of #BEBE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE68

Black with #BEBE68

Text Example


Text Example

White with #BEBE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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