Html Css Color HEX #BEB469 Dark Khaki

📋 copy color: '#BEB469'

red 190 ◦ green 180 ◦ blue 105

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

Shades of Dark Khaki #BEB469

Tints of Dark Khaki #BEB469

RGB

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

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

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

R = 40%
G = 37.89%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEB469 (or 0xBEB469) is known color: Dark Khaki. HEX triplet: BE, B4 and 69. RGB value is (190,180,105). Sum of RGB (Red+Green+Blue) = 190+180+105=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB469 is #414B96. Grayscale: #AEAEAE. Windows color (decimal): -4279191 or 6927550. OLE color: 6927550.

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

Color convert

RGB 190 180 105 -
CMYK 0 0.05 0.45 0.25
HSL 52.94º 0.4% 0.58% -
HSV(B) 52.94º 0.45% 0.75% -
XYZ 40.11 44.61 19.86 -
YUV 174.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 190 180 105 0 0.05 0.45 0.25 52.94 0.4 0.58
Hex BE B4 69 0 5 2D 19 35 28 3A
Octal 276 264 151 0 5 55 31 65 50 72
Binary 10111110 10110100 1101001 0 101 101101 11001 110101 101000 111010

Color Harmonies of #BEB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB469

Black with #BEB469

Text Example


Text Example

White with #BEB469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB469; }

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

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

background-color css

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

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

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

border-color css

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

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

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