Html Css Color HEX #BEBC65 Dark Khaki

📋 copy color: '#BEBC65'

red 190 ◦ green 188 ◦ blue 101

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

Shades of Dark Khaki #BEBC65

Tints of Dark Khaki #BEBC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.09%

R = 39.67%
G = 39.25%
B = 21.09%

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

#BEBC65 (or 0xBEBC65) is known color: Dark Khaki. HEX triplet: BE, BC and 65. RGB value is (190,188,101). Sum of RGB (Red+Green+Blue) = 190+188+101=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC65 is #41439A. Grayscale: #B3B3B3. Windows color (decimal): -4277147 or 6667454. OLE color: 6667454.

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

Color convert

RGB 190 188 101 -
CMYK 0 0.01 0.47 0.25
HSL 58.65º 0.41% 0.57% -
HSV(B) 58.65º 0.47% 0.75% -
XYZ 41.57 47.85 19.36 -
YUV 178.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 190 188 101 0 0.01 0.47 0.25 58.65 0.41 0.57
Hex BE BC 65 0 1 2F 19 3B 29 39
Octal 276 274 145 0 1 57 31 73 51 71
Binary 10111110 10111100 1100101 0 1 101111 11001 111011 101001 111001

Color Harmonies of #BEBC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC65

Black with #BEBC65

Text Example


Text Example

White with #BEBC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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