Html Css Color HEX #BEB466 Dark Khaki

📋 copy color: '#BEB466'

red 190 ◦ green 180 ◦ blue 102

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

Shades of Dark Khaki #BEB466

Tints of Dark Khaki #BEB466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.61%

R = 40.25%
G = 38.14%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEB466 (or 0xBEB466) is known color: Dark Khaki. HEX triplet: BE, B4 and 66. RGB value is (190,180,102). Sum of RGB (Red+Green+Blue) = 190+180+102=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB466 is #414B99. Grayscale: #AEAEAE. Windows color (decimal): -4279194 or 6730942. OLE color: 6730942.

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

Color convert

RGB 190 180 102 -
CMYK 0 0.05 0.46 0.25
HSL 53.18º 0.4% 0.57% -
HSV(B) 53.18º 0.46% 0.75% -
XYZ 39.95 44.55 19.06 -
YUV 174.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 190 180 102 0 0.05 0.46 0.25 53.18 0.4 0.57
Hex BE B4 66 0 5 2E 19 35 28 39
Octal 276 264 146 0 5 56 31 65 50 71
Binary 10111110 10110100 1100110 0 101 101110 11001 110101 101000 111001

Color Harmonies of #BEB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB466

Black with #BEB466

Text Example


Text Example

White with #BEB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB466; }

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

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

background-color css

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

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

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

border-color css

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

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

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