Html Css Color HEX #BEB46D Dark Khaki

📋 copy color: '#BEB46D'

red 190 ◦ green 180 ◦ blue 109

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

Shades of Dark Khaki #BEB46D

Tints of Dark Khaki #BEB46D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

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

R = 39.67%
G = 37.58%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEB46D (or 0xBEB46D) is known color: Dark Khaki. HEX triplet: BE, B4 and 6D. RGB value is (190,180,109). Sum of RGB (Red+Green+Blue) = 190+180+109=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB46D is #414B92. Grayscale: #AFAFAF. Windows color (decimal): -4279187 or 7189694. OLE color: 7189694.

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

Color convert

RGB 190 180 109 -
CMYK 0 0.05 0.43 0.25
HSL 52.59º 0.38% 0.59% -
HSV(B) 52.59º 0.43% 0.75% -
XYZ 40.32 44.69 20.97 -
YUV 174.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 190 180 109 0 0.05 0.43 0.25 52.59 0.38 0.59
Hex BE B4 6D 0 5 2B 19 35 26 3B
Octal 276 264 155 0 5 53 31 65 46 73
Binary 10111110 10110100 1101101 0 101 101011 11001 110101 100110 111011

Color Harmonies of #BEB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB46D

Black with #BEB46D

Text Example


Text Example

White with #BEB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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