Html Css Color HEX #BEBC63 Dark Khaki

📋 copy color: '#BEBC63'

red 190 ◦ green 188 ◦ blue 99

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

Shades of Dark Khaki #BEBC63

Tints of Dark Khaki #BEBC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.75%

R = 39.83%
G = 39.41%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEBC63 (or 0xBEBC63) is known color: Dark Khaki. HEX triplet: BE, BC and 63. RGB value is (190,188,99). Sum of RGB (Red+Green+Blue) = 190+188+99=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC63 is #41439C. Grayscale: #B2B2B2. Windows color (decimal): -4277149 or 6536382. OLE color: 6536382.

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

Color convert

RGB 190 188 99 -
CMYK 0 0.01 0.48 0.25
HSL 58.68º 0.41% 0.57% -
HSV(B) 58.68º 0.48% 0.75% -
XYZ 41.47 47.81 18.85 -
YUV 178.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 190 188 99 0 0.01 0.48 0.25 58.68 0.41 0.57
Hex BE BC 63 0 1 30 19 3B 29 39
Octal 276 274 143 0 1 60 31 73 51 71
Binary 10111110 10111100 1100011 0 1 110000 11001 111011 101001 111001

Color Harmonies of #BEBC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC63

Black with #BEBC63

Text Example


Text Example

White with #BEBC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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