Html Css Color HEX #BEBD69 Dark Khaki

📋 copy color: '#BEBD69'

red 190 ◦ green 189 ◦ blue 105

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

Shades of Dark Khaki #BEBD69

Tints of Dark Khaki #BEBD69

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

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

R = 39.26%
G = 39.05%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEBD69 (or 0xBEBD69) is known color: Dark Khaki. HEX triplet: BE, BD and 69. RGB value is (190,189,105). Sum of RGB (Red+Green+Blue) = 190+189+105=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD69 is #414296. Grayscale: #B4B4B4. Windows color (decimal): -4276887 or 6929854. OLE color: 6929854.

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

Color convert

RGB 190 189 105 -
CMYK 0 0.01 0.45 0.25
HSL 59.29º 0.4% 0.58% -
HSV(B) 59.29º 0.45% 0.75% -
XYZ 41.98 48.36 20.49 -
YUV 179.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 190 189 105 0 0.01 0.45 0.25 59.29 0.4 0.58
Hex BE BD 69 0 1 2D 19 3B 28 3A
Octal 276 275 151 0 1 55 31 73 50 72
Binary 10111110 10111101 1101001 0 1 101101 11001 111011 101000 111010

Color Harmonies of #BEBD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD69

Black with #BEBD69

Text Example


Text Example

White with #BEBD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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