Html Css Color HEX #BEBD73 Dark Khaki

📋 copy color: '#BEBD73'

red 190 ◦ green 189 ◦ blue 115

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

Shades of Dark Khaki #BEBD73

Tints of Dark Khaki #BEBD73

RGB

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

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

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

R = 38.46%
G = 38.26%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEBD73 (or 0xBEBD73) is known color: Dark Khaki. HEX triplet: BE, BD and 73. RGB value is (190,189,115). Sum of RGB (Red+Green+Blue) = 190+189+115=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD73 is #41428C. Grayscale: #B5B5B5. Windows color (decimal): -4276877 or 7585214. OLE color: 7585214.

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

Color convert

RGB 190 189 115 -
CMYK 0 0.01 0.39 0.25
HSL 59.2º 0.37% 0.6% -
HSV(B) 59.2º 0.39% 0.75% -
XYZ 42.53 48.58 23.36 -
YUV 180.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 190 189 115 0 0.01 0.39 0.25 59.2 0.37 0.6
Hex BE BD 73 0 1 27 19 3B 25 3C
Octal 276 275 163 0 1 47 31 73 45 74
Binary 10111110 10111101 1110011 0 1 100111 11001 111011 100101 111100

Color Harmonies of #BEBD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD73

Black with #BEBD73

Text Example


Text Example

White with #BEBD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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