Html Css Color HEX #BEB56D Dark Khaki

📋 copy color: '#BEB56D'

red 190 ◦ green 181 ◦ blue 109

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

Shades of Dark Khaki #BEB56D

Tints of Dark Khaki #BEB56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.71%

R = 39.58%
G = 37.71%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEB56D (or 0xBEB56D) is known color: Dark Khaki. HEX triplet: BE, B5 and 6D. RGB value is (190,181,109). Sum of RGB (Red+Green+Blue) = 190+181+109=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB56D is #414A92. Grayscale: #AFAFAF. Windows color (decimal): -4278931 or 7189950. OLE color: 7189950.

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

Color convert

RGB 190 181 109 -
CMYK 0 0.05 0.43 0.25
HSL 53.33º 0.38% 0.59% -
HSV(B) 53.33º 0.43% 0.75% -
XYZ 40.52 45.1 21.04 -
YUV 175.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 190 181 109 0 0.05 0.43 0.25 53.33 0.38 0.59
Hex BE B5 6D 0 5 2B 19 35 26 3B
Octal 276 265 155 0 5 53 31 65 46 73
Binary 10111110 10110101 1101101 0 101 101011 11001 110101 100110 111011

Color Harmonies of #BEB56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB56D

Black with #BEB56D

Text Example


Text Example

White with #BEB56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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