Html Css Color HEX #BEBB68 Dark Khaki

📋 copy color: '#BEBB68'

red 190 ◦ green 187 ◦ blue 104

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

Shades of Dark Khaki #BEBB68

Tints of Dark Khaki #BEBB68

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

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

R = 39.5%
G = 38.88%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEBB68 (or 0xBEBB68) is known color: Dark Khaki. HEX triplet: BE, BB and 68. RGB value is (190,187,104). Sum of RGB (Red+Green+Blue) = 190+187+104=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB68 is #414497. Grayscale: #B2B2B2. Windows color (decimal): -4277400 or 6863806. OLE color: 6863806.

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

Color convert

RGB 190 187 104 -
CMYK 0 0.02 0.45 0.25
HSL 57.91º 0.4% 0.58% -
HSV(B) 57.91º 0.45% 0.75% -
XYZ 41.5 47.49 20.08 -
YUV 178.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 190 187 104 0 0.02 0.45 0.25 57.91 0.4 0.58
Hex BE BB 68 0 2 2D 19 3A 28 3A
Octal 276 273 150 0 2 55 31 72 50 72
Binary 10111110 10111011 1101000 0 10 101101 11001 111010 101000 111010

Color Harmonies of #BEBB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB68

Black with #BEBB68

Text Example


Text Example

White with #BEBB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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