Html Css Color HEX #BEB071 Dark Khaki

📋 copy color: '#BEB071'

red 190 ◦ green 176 ◦ blue 113

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

Shades of Dark Khaki #BEB071

Tints of Dark Khaki #BEB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 39.67%
G = 36.74%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEB071 (or 0xBEB071) is known color: Dark Khaki. HEX triplet: BE, B0 and 71. RGB value is (190,176,113). Sum of RGB (Red+Green+Blue) = 190+176+113=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB071 is #414F8E. Grayscale: #ADADAD. Windows color (decimal): -4280207 or 7450814. OLE color: 7450814.

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

Color convert

RGB 190 176 113 -
CMYK 0 0.07 0.41 0.25
HSL 49.09º 0.37% 0.59% -
HSV(B) 49.09º 0.41% 0.75% -
XYZ 39.74 43.19 21.86 -
YUV 173 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 190 176 113 0 0.07 0.41 0.25 49.09 0.37 0.59
Hex BE B0 71 0 7 29 19 31 25 3B
Octal 276 260 161 0 7 51 31 61 45 73
Binary 10111110 10110000 1110001 0 111 101001 11001 110001 100101 111011

Color Harmonies of #BEB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB071

Black with #BEB071

Text Example


Text Example

White with #BEB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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