Html Css Color HEX #BEB975 Dark Khaki

📋 copy color: '#BEB975'

red 190 ◦ green 185 ◦ blue 117

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

Shades of Dark Khaki #BEB975

Tints of Dark Khaki #BEB975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 38.62%
G = 37.6%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEB975 (or 0xBEB975) is known color: Dark Khaki. HEX triplet: BE, B9 and 75. RGB value is (190,185,117). Sum of RGB (Red+Green+Blue) = 190+185+117=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB975 is #41468A. Grayscale: #B3B3B3. Windows color (decimal): -4277899 or 7715262. OLE color: 7715262.

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

Color convert

RGB 190 185 117 -
CMYK 0 0.03 0.38 0.25
HSL 55.89º 0.36% 0.6% -
HSV(B) 55.89º 0.38% 0.75% -
XYZ 41.8 46.93 23.69 -
YUV 178.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 190 185 117 0 0.03 0.38 0.25 55.89 0.36 0.6
Hex BE B9 75 0 3 26 19 38 24 3C
Octal 276 271 165 0 3 46 31 70 44 74
Binary 10111110 10111001 1110101 0 11 100110 11001 111000 100100 111100

Color Harmonies of #BEB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB975

Black with #BEB975

Text Example


Text Example

White with #BEB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB975; }

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

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

background-color css

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

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

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

border-color css

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

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

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