Html Css Color HEX #BEB865 Dark Khaki

📋 copy color: '#BEB865'

red 190 ◦ green 184 ◦ blue 101

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

Shades of Dark Khaki #BEB865

Tints of Dark Khaki #BEB865

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.74%

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

R = 40%
G = 38.74%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEB865 (or 0xBEB865) is known color: Dark Khaki. HEX triplet: BE, B8 and 65. RGB value is (190,184,101). Sum of RGB (Red+Green+Blue) = 190+184+101=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB865 is #41479A. Grayscale: #B0B0B0. Windows color (decimal): -4278171 or 6666430. OLE color: 6666430.

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

Color convert

RGB 190 184 101 -
CMYK 0 0.03 0.47 0.25
HSL 55.96º 0.41% 0.57% -
HSV(B) 55.96º 0.47% 0.75% -
XYZ 40.72 46.17 19.08 -
YUV 176.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 190 184 101 0 0.03 0.47 0.25 55.96 0.41 0.57
Hex BE B8 65 0 3 2F 19 38 29 39
Octal 276 270 145 0 3 57 31 70 51 71
Binary 10111110 10111000 1100101 0 11 101111 11001 111000 101001 111001

Color Harmonies of #BEB865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB865

Black with #BEB865

Text Example


Text Example

White with #BEB865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB865; }

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

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

background-color css

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

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

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

border-color css

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

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

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