Html Css Color HEX #BEB662 Dark Khaki

📋 copy color: '#BEB662'

red 190 ◦ green 182 ◦ blue 98

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

Shades of Dark Khaki #BEB662

Tints of Dark Khaki #BEB662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.72%

 BLUE value IS 98 (38.67% from 255) = 20.85%

R = 40.43%
G = 38.72%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEB662 (or 0xBEB662) is known color: Dark Khaki. HEX triplet: BE, B6 and 62. RGB value is (190,182,98). Sum of RGB (Red+Green+Blue) = 190+182+98=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB662 is #41499D. Grayscale: #AFAFAF. Windows color (decimal): -4278686 or 6469310. OLE color: 6469310.

HSL color Cylindrical-coordinate representation of color #BEB662: hue angle of 54.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEB662 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 182 98 -
CMYK 0 0.04 0.48 0.25
HSL 54.78º 0.41% 0.56% -
HSV(B) 54.78º 0.48% 0.75% -
XYZ 40.17 45.28 18.18 -
YUV 174.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 190 182 98 0 0.04 0.48 0.25 54.78 0.41 0.56
Hex BE B6 62 0 4 30 19 37 29 38
Octal 276 266 142 0 4 60 31 67 51 70
Binary 10111110 10110110 1100010 0 100 110000 11001 110111 101001 111000

Color Harmonies of #BEB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB662

Black with #BEB662

Text Example


Text Example

White with #BEB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB662; }

 p { color: rgb(190,182,98); }

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

background-color css

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

 a { background-color: rgb(190,182,98); }

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

border-color css

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

 span { border-color: rgb(190,182,98); }

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