Html Css Color HEX #BEBA63 Dark Khaki

📋 copy color: '#BEBA63'

red 190 ◦ green 186 ◦ blue 99

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

Shades of Dark Khaki #BEBA63

Tints of Dark Khaki #BEBA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.16%

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

R = 40%
G = 39.16%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEBA63 (or 0xBEBA63) is known color: Dark Khaki. HEX triplet: BE, BA and 63. RGB value is (190,186,99). Sum of RGB (Red+Green+Blue) = 190+186+99=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA63 is #41459C. Grayscale: #B1B1B1. Windows color (decimal): -4277661 or 6535870. OLE color: 6535870.

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

Color convert

RGB 190 186 99 -
CMYK 0 0.02 0.48 0.25
HSL 57.36º 0.41% 0.57% -
HSV(B) 57.36º 0.48% 0.75% -
XYZ 41.05 46.97 18.71 -
YUV 177.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 190 186 99 0 0.02 0.48 0.25 57.36 0.41 0.57
Hex BE BA 63 0 2 30 19 39 29 39
Octal 276 272 143 0 2 60 31 71 51 71
Binary 10111110 10111010 1100011 0 10 110000 11001 111001 101001 111001

Color Harmonies of #BEBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA63

Black with #BEBA63

Text Example


Text Example

White with #BEBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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