Html Css Color HEX #BEB66C Dark Khaki

📋 copy color: '#BEB66C'

red 190 ◦ green 182 ◦ blue 108

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

Shades of Dark Khaki #BEB66C

Tints of Dark Khaki #BEB66C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.92%

 BLUE value IS 108 (42.58% from 255) = 22.5%

R = 39.58%
G = 37.92%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEB66C (or 0xBEB66C) is known color: Dark Khaki. HEX triplet: BE, B6 and 6C. RGB value is (190,182,108). Sum of RGB (Red+Green+Blue) = 190+182+108=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB66C is #414993. Grayscale: #B0B0B0. Windows color (decimal): -4278676 or 7124670. OLE color: 7124670.

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

Color convert

RGB 190 182 108 -
CMYK 0 0.04 0.43 0.25
HSL 54.15º 0.39% 0.58% -
HSV(B) 54.15º 0.43% 0.75% -
XYZ 40.67 45.49 20.82 -
YUV 175.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 190 182 108 0 0.04 0.43 0.25 54.15 0.39 0.58
Hex BE B6 6C 0 4 2B 19 36 27 3A
Octal 276 266 154 0 4 53 31 66 47 72
Binary 10111110 10110110 1101100 0 100 101011 11001 110110 100111 111010

Color Harmonies of #BEB66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB66C

Black with #BEB66C

Text Example


Text Example

White with #BEB66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB66C; }

 p { color: rgb(190,182,108); }

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

background-color css

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

 a { background-color: rgb(190,182,108); }

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

border-color css

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

 span { border-color: rgb(190,182,108); }

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