Html Css Color HEX #BEB762 Dark Khaki

📋 copy color: '#BEB762'

red 190 ◦ green 183 ◦ blue 98

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

Shades of Dark Khaki #BEB762

Tints of Dark Khaki #BEB762

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.85%

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

R = 40.34%
G = 38.85%
B = 20.81%

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

#BEB762 (or 0xBEB762) is known color: Dark Khaki. HEX triplet: BE, B7 and 62. RGB value is (190,183,98). Sum of RGB (Red+Green+Blue) = 190+183+98=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB762 is #41489D. Grayscale: #AFAFAF. Windows color (decimal): -4278430 or 6469566. OLE color: 6469566.

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

Color convert

RGB 190 183 98 -
CMYK 0 0.04 0.48 0.25
HSL 55.43º 0.41% 0.56% -
HSV(B) 55.43º 0.48% 0.75% -
XYZ 40.37 45.7 18.25 -
YUV 175.4 84.32 138.41 -
System Red Green Blue C M Y K H S L
Decimal 190 183 98 0 0.04 0.48 0.25 55.43 0.41 0.56
Hex BE B7 62 0 4 30 19 37 29 38
Octal 276 267 142 0 4 60 31 67 51 70
Binary 10111110 10110111 1100010 0 100 110000 11001 110111 101001 111000

Color Harmonies of #BEB762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB762

Black with #BEB762

Text Example


Text Example

White with #BEB762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB762; }

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

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

background-color css

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

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

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

border-color css

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

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

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