Html Css Color HEX #BEBB60 Dark Khaki

📋 copy color: '#BEBB60'

red 190 ◦ green 187 ◦ blue 96

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

Shades of Dark Khaki #BEBB60

Tints of Dark Khaki #BEBB60

RGB

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

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

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

R = 40.17%
G = 39.53%
B = 20.3%

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

#BEBB60 (or 0xBEBB60) is known color: Dark Khaki. HEX triplet: BE, BB and 60. RGB value is (190,187,96). Sum of RGB (Red+Green+Blue) = 190+187+96=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB60 is #41449F. Grayscale: #B1B1B1. Windows color (decimal): -4277408 or 6339518. OLE color: 6339518.

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

Color convert

RGB 190 187 96 -
CMYK 0 0.02 0.49 0.25
HSL 58.09º 0.42% 0.56% -
HSV(B) 58.09º 0.49% 0.75% -
XYZ 41.12 47.33 18.04 -
YUV 177.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 190 187 96 0 0.02 0.49 0.25 58.09 0.42 0.56
Hex BE BB 60 0 2 31 19 3A 2A 38
Octal 276 273 140 0 2 61 31 72 52 70
Binary 10111110 10111011 1100000 0 10 110001 11001 111010 101010 111000

Color Harmonies of #BEBB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB60

Black with #BEBB60

Text Example


Text Example

White with #BEBB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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