Html Css Color HEX #BEB273 Dark Khaki

📋 copy color: '#BEB273'

red 190 ◦ green 178 ◦ blue 115

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

Shades of Dark Khaki #BEB273

Tints of Dark Khaki #BEB273

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

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

R = 39.34%
G = 36.85%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEB273 (or 0xBEB273) is known color: Dark Khaki. HEX triplet: BE, B2 and 73. RGB value is (190,178,115). Sum of RGB (Red+Green+Blue) = 190+178+115=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB273 is #414D8C. Grayscale: #AEAEAE. Windows color (decimal): -4279693 or 7582398. OLE color: 7582398.

HSL color Cylindrical-coordinate representation of color #BEB273: hue angle of 50.4º 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 #BEB273 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 178 115 -
CMYK 0 0.06 0.39 0.25
HSL 50.4º 0.37% 0.6% -
HSV(B) 50.4º 0.39% 0.75% -
XYZ 40.25 44.03 22.6 -
YUV 174.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 190 178 115 0 0.06 0.39 0.25 50.4 0.37 0.6
Hex BE B2 73 0 6 27 19 32 25 3C
Octal 276 262 163 0 6 47 31 62 45 74
Binary 10111110 10110010 1110011 0 110 100111 11001 110010 100101 111100

Color Harmonies of #BEB273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB273

Black with #BEB273

Text Example


Text Example

White with #BEB273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB273; }

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

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

background-color css

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

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

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

border-color css

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

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

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