Html Css Color HEX #BEB562 Dark Khaki

📋 copy color: '#BEB562'

red 190 ◦ green 181 ◦ blue 98

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

Shades of Dark Khaki #BEB562

Tints of Dark Khaki #BEB562

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.59%

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

R = 40.51%
G = 38.59%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEB562 (or 0xBEB562) is known color: Dark Khaki. HEX triplet: BE, B5 and 62. RGB value is (190,181,98). Sum of RGB (Red+Green+Blue) = 190+181+98=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB562 is #414A9D. Grayscale: #AEAEAE. Windows color (decimal): -4278942 or 6469054. OLE color: 6469054.

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

Color convert

RGB 190 181 98 -
CMYK 0 0.05 0.48 0.25
HSL 54.13º 0.41% 0.56% -
HSV(B) 54.13º 0.48% 0.75% -
XYZ 39.96 44.88 18.11 -
YUV 174.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 190 181 98 0 0.05 0.48 0.25 54.13 0.41 0.56
Hex BE B5 62 0 5 30 19 36 29 38
Octal 276 265 142 0 5 60 31 66 51 70
Binary 10111110 10110101 1100010 0 101 110000 11001 110110 101001 111000

Color Harmonies of #BEB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB562

Black with #BEB562

Text Example


Text Example

White with #BEB562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB562; }

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

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

background-color css

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

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

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

border-color css

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

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

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