Html Css Color HEX #BEB16A Dark Khaki

📋 copy color: '#BEB16A'

red 190 ◦ green 177 ◦ blue 106

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

Shades of Dark Khaki #BEB16A

Tints of Dark Khaki #BEB16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.41%

R = 40.17%
G = 37.42%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEB16A (or 0xBEB16A) is known color: Dark Khaki. HEX triplet: BE, B1 and 6A. RGB value is (190,177,106). Sum of RGB (Red+Green+Blue) = 190+177+106=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB16A is #414E95. Grayscale: #ADADAD. Windows color (decimal): -4279958 or 6992318. OLE color: 6992318.

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

Color convert

RGB 190 177 106 -
CMYK 0 0.07 0.44 0.25
HSL 50.71º 0.39% 0.58% -
HSV(B) 50.71º 0.44% 0.75% -
XYZ 39.56 43.43 19.93 -
YUV 172.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 190 177 106 0 0.07 0.44 0.25 50.71 0.39 0.58
Hex BE B1 6A 0 7 2C 19 33 27 3A
Octal 276 261 152 0 7 54 31 63 47 72
Binary 10111110 10110001 1101010 0 111 101100 11001 110011 100111 111010

Color Harmonies of #BEB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB16A

Black with #BEB16A

Text Example


Text Example

White with #BEB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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