Html Css Color HEX #BEBD64 Dark Khaki

📋 copy color: '#BEBD64'

red 190 ◦ green 189 ◦ blue 100

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

Shades of Dark Khaki #BEBD64

Tints of Dark Khaki #BEBD64

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 100 (39.45% from 255) = 20.88%

R = 39.67%
G = 39.46%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEBD64 (or 0xBEBD64) is known color: Dark Khaki. HEX triplet: BE, BD and 64. RGB value is (190,189,100). Sum of RGB (Red+Green+Blue) = 190+189+100=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD64 is #41429B. Grayscale: #B3B3B3. Windows color (decimal): -4276892 or 6602174. OLE color: 6602174.

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

Color convert

RGB 190 189 100 -
CMYK 0 0.01 0.47 0.25
HSL 59.33º 0.41% 0.57% -
HSV(B) 59.33º 0.47% 0.75% -
XYZ 41.73 48.26 19.17 -
YUV 179.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 190 189 100 0 0.01 0.47 0.25 59.33 0.41 0.57
Hex BE BD 64 0 1 2F 19 3B 29 39
Octal 276 275 144 0 1 57 31 73 51 71
Binary 10111110 10111101 1100100 0 1 101111 11001 111011 101001 111001

Color Harmonies of #BEBD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD64

Black with #BEBD64

Text Example


Text Example

White with #BEBD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD64; }

 p { color: rgb(190,189,100); }

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

background-color css

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

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

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

border-color css

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

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

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