Html Css Color HEX #BEB669 Dark Khaki

📋 copy color: '#BEB669'

red 190 ◦ green 182 ◦ blue 105

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

Shades of Dark Khaki #BEB669

Tints of Dark Khaki #BEB669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.01%

R = 39.83%
G = 38.16%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEB669 (or 0xBEB669) is known color: Dark Khaki. HEX triplet: BE, B6 and 69. RGB value is (190,182,105). Sum of RGB (Red+Green+Blue) = 190+182+105=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB669 is #414996. Grayscale: #AFAFAF. Windows color (decimal): -4278679 or 6928062. OLE color: 6928062.

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

Color convert

RGB 190 182 105 -
CMYK 0 0.04 0.45 0.25
HSL 54.35º 0.4% 0.58% -
HSV(B) 54.35º 0.45% 0.75% -
XYZ 40.51 45.42 20 -
YUV 175.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 190 182 105 0 0.04 0.45 0.25 54.35 0.4 0.58
Hex BE B6 69 0 4 2D 19 36 28 3A
Octal 276 266 151 0 4 55 31 66 50 72
Binary 10111110 10110110 1101001 0 100 101101 11001 110110 101000 111010

Color Harmonies of #BEB669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB669

Black with #BEB669

Text Example


Text Example

White with #BEB669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB669; }

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

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

background-color css

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

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

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

border-color css

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

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

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