Html Css Color HEX #BEBD61 Dark Khaki

📋 copy color: '#BEBD61'

red 190 ◦ green 189 ◦ blue 97

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

Shades of Dark Khaki #BEBD61

Tints of Dark Khaki #BEBD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.38%

R = 39.92%
G = 39.71%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEBD61 (or 0xBEBD61) is known color: Dark Khaki. HEX triplet: BE, BD and 61. RGB value is (190,189,97). Sum of RGB (Red+Green+Blue) = 190+189+97=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD61 is #41429E. Grayscale: #B3B3B3. Windows color (decimal): -4276895 or 6405566. OLE color: 6405566.

HSL color Cylindrical-coordinate representation of color #BEBD61: hue angle of 59.35º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEBD61 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 97 -
CMYK 0 0.01 0.49 0.25
HSL 59.35º 0.42% 0.56% -
HSV(B) 59.35º 0.49% 0.75% -
XYZ 41.59 48.21 18.42 -
YUV 178.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 190 189 97 0 0.01 0.49 0.25 59.35 0.42 0.56
Hex BE BD 61 0 1 31 19 3B 2A 38
Octal 276 275 141 0 1 61 31 73 52 70
Binary 10111110 10111101 1100001 0 1 110001 11001 111011 101010 111000

Color Harmonies of #BEBD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD61

Black with #BEBD61

Text Example


Text Example

White with #BEBD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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