Html Css Color HEX #BEBC64 Dark Khaki

📋 copy color: '#BEBC64'

red 190 ◦ green 188 ◦ blue 100

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

Shades of Dark Khaki #BEBC64

Tints of Dark Khaki #BEBC64

RGB

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

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

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

R = 39.75%
G = 39.33%
B = 20.92%

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

#BEBC64 (or 0xBEBC64) is known color: Dark Khaki. HEX triplet: BE, BC and 64. RGB value is (190,188,100). Sum of RGB (Red+Green+Blue) = 190+188+100=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC64 is #41439B. Grayscale: #B2B2B2. Windows color (decimal): -4277148 or 6601918. OLE color: 6601918.

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

Color convert

RGB 190 188 100 -
CMYK 0 0.01 0.47 0.25
HSL 58.67º 0.41% 0.57% -
HSV(B) 58.67º 0.47% 0.75% -
XYZ 41.52 47.83 19.1 -
YUV 178.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 190 188 100 0 0.01 0.47 0.25 58.67 0.41 0.57
Hex BE BC 64 0 1 2F 19 3B 29 39
Octal 276 274 144 0 1 57 31 73 51 71
Binary 10111110 10111100 1100100 0 1 101111 11001 111011 101001 111001

Color Harmonies of #BEBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC64

Black with #BEBC64

Text Example


Text Example

White with #BEBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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