Html Css Color HEX #BEB173 Dark Khaki

📋 copy color: '#BEB173'

red 190 ◦ green 177 ◦ blue 115

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

Shades of Dark Khaki #BEB173

Tints of Dark Khaki #BEB173

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.72%

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 39.42%
G = 36.72%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEB173 (or 0xBEB173) is known color: Dark Khaki. HEX triplet: BE, B1 and 73. RGB value is (190,177,115). Sum of RGB (Red+Green+Blue) = 190+177+115=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB173 is #414E8C. Grayscale: #AEAEAE. Windows color (decimal): -4279949 or 7582142. OLE color: 7582142.

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

Color convert

RGB 190 177 115 -
CMYK 0 0.07 0.39 0.25
HSL 49.6º 0.37% 0.6% -
HSV(B) 49.6º 0.39% 0.75% -
XYZ 40.05 43.63 22.53 -
YUV 173.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 190 177 115 0 0.07 0.39 0.25 49.6 0.37 0.6
Hex BE B1 73 0 7 27 19 32 25 3C
Octal 276 261 163 0 7 47 31 62 45 74
Binary 10111110 10110001 1110011 0 111 100111 11001 110010 100101 111100

Color Harmonies of #BEB173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB173

Black with #BEB173

Text Example


Text Example

White with #BEB173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB173; }

 p { color: rgb(190,177,115); }

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

background-color css

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

 a { background-color: rgb(190,177,115); }

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

border-color css

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

 span { border-color: rgb(190,177,115); }

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