Html Css Color HEX #BEB271 Dark Khaki

📋 copy color: '#BEB271'

red 190 ◦ green 178 ◦ blue 113

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

Shades of Dark Khaki #BEB271

Tints of Dark Khaki #BEB271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 39.5%
G = 37.01%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEB271 (or 0xBEB271) is known color: Dark Khaki. HEX triplet: BE, B2 and 71. RGB value is (190,178,113). Sum of RGB (Red+Green+Blue) = 190+178+113=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB271 is #414D8E. Grayscale: #AEAEAE. Windows color (decimal): -4279695 or 7451326. OLE color: 7451326.

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

Color convert

RGB 190 178 113 -
CMYK 0 0.06 0.41 0.25
HSL 50.65º 0.37% 0.59% -
HSV(B) 50.65º 0.41% 0.75% -
XYZ 40.14 43.98 22 -
YUV 174.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 190 178 113 0 0.06 0.41 0.25 50.65 0.37 0.59
Hex BE B2 71 0 6 29 19 33 25 3B
Octal 276 262 161 0 6 51 31 63 45 73
Binary 10111110 10110010 1110001 0 110 101001 11001 110011 100101 111011

Color Harmonies of #BEB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB271

Black with #BEB271

Text Example


Text Example

White with #BEB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB271; }

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

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

background-color css

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

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

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

border-color css

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

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

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