Html Css Color HEX #BEB564 Dark Khaki

📋 copy color: '#BEB564'

red 190 ◦ green 181 ◦ blue 100

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

Shades of Dark Khaki #BEB564

Tints of Dark Khaki #BEB564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.23%

R = 40.34%
G = 38.43%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEB564 (or 0xBEB564) is known color: Dark Khaki. HEX triplet: BE, B5 and 64. RGB value is (190,181,100). Sum of RGB (Red+Green+Blue) = 190+181+100=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB564 is #414A9B. Grayscale: #AEAEAE. Windows color (decimal): -4278940 or 6600126. OLE color: 6600126.

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

Color convert

RGB 190 181 100 -
CMYK 0 0.05 0.47 0.25
HSL 54º 0.41% 0.57% -
HSV(B) 54º 0.47% 0.75% -
XYZ 40.06 44.92 18.61 -
YUV 174.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 190 181 100 0 0.05 0.47 0.25 54 0.41 0.57
Hex BE B5 64 0 5 2F 19 36 29 39
Octal 276 265 144 0 5 57 31 66 51 71
Binary 10111110 10110101 1100100 0 101 101111 11001 110110 101001 111001

Color Harmonies of #BEB564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB564

Black with #BEB564

Text Example


Text Example

White with #BEB564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB564; }

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

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

background-color css

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

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

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

border-color css

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

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

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