Html Css Color HEX #BEB465 Dark Khaki

📋 copy color: '#BEB465'

red 190 ◦ green 180 ◦ blue 101

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

Shades of Dark Khaki #BEB465

Tints of Dark Khaki #BEB465

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.22%

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

R = 40.34%
G = 38.22%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEB465 (or 0xBEB465) is known color: Dark Khaki. HEX triplet: BE, B4 and 65. RGB value is (190,180,101). Sum of RGB (Red+Green+Blue) = 190+180+101=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB465 is #414B9A. Grayscale: #AEAEAE. Windows color (decimal): -4279195 or 6665406. OLE color: 6665406.

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

Color convert

RGB 190 180 101 -
CMYK 0 0.05 0.47 0.25
HSL 53.26º 0.41% 0.57% -
HSV(B) 53.26º 0.47% 0.75% -
XYZ 39.91 44.53 18.8 -
YUV 173.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 190 180 101 0 0.05 0.47 0.25 53.26 0.41 0.57
Hex BE B4 65 0 5 2F 19 35 29 39
Octal 276 264 145 0 5 57 31 65 51 71
Binary 10111110 10110100 1100101 0 101 101111 11001 110101 101001 111001

Color Harmonies of #BEB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB465

Black with #BEB465

Text Example


Text Example

White with #BEB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB465; }

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

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

background-color css

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

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

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

border-color css

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

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

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