Html Css Color HEX #BEBA73 Dark Khaki

📋 copy color: '#BEBA73'

red 190 ◦ green 186 ◦ blue 115

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

Shades of Dark Khaki #BEBA73

Tints of Dark Khaki #BEBA73

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

 BLUE value IS 115 (45.31% from 255) = 23.42%

R = 38.7%
G = 37.88%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEBA73 (or 0xBEBA73) is known color: Dark Khaki. HEX triplet: BE, BA and 73. RGB value is (190,186,115). Sum of RGB (Red+Green+Blue) = 190+186+115=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA73 is #41458C. Grayscale: #B3B3B3. Windows color (decimal): -4277645 or 7584446. OLE color: 7584446.

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

Color convert

RGB 190 186 115 -
CMYK 0 0.02 0.39 0.25
HSL 56.8º 0.37% 0.6% -
HSV(B) 56.8º 0.39% 0.75% -
XYZ 41.89 47.3 23.14 -
YUV 179.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 190 186 115 0 0.02 0.39 0.25 56.8 0.37 0.6
Hex BE BA 73 0 2 27 19 39 25 3C
Octal 276 272 163 0 2 47 31 71 45 74
Binary 10111110 10111010 1110011 0 10 100111 11001 111001 100101 111100

Color Harmonies of #BEBA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA73

Black with #BEBA73

Text Example


Text Example

White with #BEBA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA73; }

 p { color: rgb(190,186,115); }

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

background-color css

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

 a { background-color: rgb(190,186,115); }

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

border-color css

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

 span { border-color: rgb(190,186,115); }

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