Html Css Color HEX #BEB06D Dark Khaki

📋 copy color: '#BEB06D'

red 190 ◦ green 176 ◦ blue 109

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

Shades of Dark Khaki #BEB06D

Tints of Dark Khaki #BEB06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.95%

R = 40%
G = 37.05%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEB06D (or 0xBEB06D) is known color: Dark Khaki. HEX triplet: BE, B0 and 6D. RGB value is (190,176,109). Sum of RGB (Red+Green+Blue) = 190+176+109=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB06D is #414F92. Grayscale: #ACACAC. Windows color (decimal): -4280211 or 7188670. OLE color: 7188670.

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

Color convert

RGB 190 176 109 -
CMYK 0 0.07 0.43 0.25
HSL 49.63º 0.38% 0.59% -
HSV(B) 49.63º 0.43% 0.75% -
XYZ 39.52 43.1 20.7 -
YUV 172.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 190 176 109 0 0.07 0.43 0.25 49.63 0.38 0.59
Hex BE B0 6D 0 7 2B 19 32 26 3B
Octal 276 260 155 0 7 53 31 62 46 73
Binary 10111110 10110000 1101101 0 111 101011 11001 110010 100110 111011

Color Harmonies of #BEB06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB06D

Black with #BEB06D

Text Example


Text Example

White with #BEB06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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