Html Css Color HEX #BEBA65 Dark Khaki

📋 copy color: '#BEBA65'

red 190 ◦ green 186 ◦ blue 101

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

Shades of Dark Khaki #BEBA65

Tints of Dark Khaki #BEBA65

RGB

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

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

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

R = 39.83%
G = 38.99%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEBA65 (or 0xBEBA65) is known color: Dark Khaki. HEX triplet: BE, BA and 65. RGB value is (190,186,101). Sum of RGB (Red+Green+Blue) = 190+186+101=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA65 is #41459A. Grayscale: #B1B1B1. Windows color (decimal): -4277659 or 6666942. OLE color: 6666942.

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

Color convert

RGB 190 186 101 -
CMYK 0 0.02 0.47 0.25
HSL 57.3º 0.41% 0.57% -
HSV(B) 57.3º 0.47% 0.75% -
XYZ 41.14 47 19.22 -
YUV 177.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 190 186 101 0 0.02 0.47 0.25 57.3 0.41 0.57
Hex BE BA 65 0 2 2F 19 39 29 39
Octal 276 272 145 0 2 57 31 71 51 71
Binary 10111110 10111010 1100101 0 10 101111 11001 111001 101001 111001

Color Harmonies of #BEBA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA65

Black with #BEBA65

Text Example


Text Example

White with #BEBA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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