Html Css Color HEX #BEB978 Dark Khaki

📋 copy color: '#BEB978'

red 190 ◦ green 185 ◦ blue 120

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

Shades of Dark Khaki #BEB978

Tints of Dark Khaki #BEB978

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 38.38%
G = 37.37%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEB978 (or 0xBEB978) is known color: Dark Khaki. HEX triplet: BE, B9 and 78. RGB value is (190,185,120). Sum of RGB (Red+Green+Blue) = 190+185+120=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB978 is #414687. Grayscale: #B3B3B3. Windows color (decimal): -4277896 or 7911870. OLE color: 7911870.

HSL color Cylindrical-coordinate representation of color #BEB978: hue angle of 55.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEB978 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 120 -
CMYK 0 0.03 0.37 0.25
HSL 55.71º 0.35% 0.61% -
HSV(B) 55.71º 0.37% 0.75% -
XYZ 41.97 47 24.63 -
YUV 179.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 190 185 120 0 0.03 0.37 0.25 55.71 0.35 0.61
Hex BE B9 78 0 3 25 19 38 23 3D
Octal 276 271 170 0 3 45 31 70 43 75
Binary 10111110 10111001 1111000 0 11 100101 11001 111000 100011 111101

Color Harmonies of #BEB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB978

Black with #BEB978

Text Example


Text Example

White with #BEB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB978; }

 p { color: rgb(190,185,120); }

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

background-color css

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

 a { background-color: rgb(190,185,120); }

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

border-color css

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

 span { border-color: rgb(190,185,120); }

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