Html Css Color HEX #BEBC6D Dark Khaki

📋 copy color: '#BEBC6D'

red 190 ◦ green 188 ◦ blue 109

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

Shades of Dark Khaki #BEBC6D

Tints of Dark Khaki #BEBC6D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.6%

 BLUE value IS 109 (42.97% from 255) = 22.38%

R = 39.01%
G = 38.6%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEBC6D (or 0xBEBC6D) is known color: Dark Khaki. HEX triplet: BE, BC and 6D. RGB value is (190,188,109). Sum of RGB (Red+Green+Blue) = 190+188+109=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC6D is #414392. Grayscale: #B3B3B3. Windows color (decimal): -4277139 or 7191742. OLE color: 7191742.

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

Color convert

RGB 190 188 109 -
CMYK 0 0.01 0.43 0.25
HSL 58.52º 0.38% 0.59% -
HSV(B) 58.52º 0.43% 0.75% -
XYZ 41.98 48.02 21.52 -
YUV 179.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 190 188 109 0 0.01 0.43 0.25 58.52 0.38 0.59
Hex BE BC 6D 0 1 2B 19 3B 26 3B
Octal 276 274 155 0 1 53 31 73 46 73
Binary 10111110 10111100 1101101 0 1 101011 11001 111011 100110 111011

Color Harmonies of #BEBC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC6D

Black with #BEBC6D

Text Example


Text Example

White with #BEBC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC6D; }

 p { color: rgb(190,188,109); }

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

background-color css

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

 a { background-color: rgb(190,188,109); }

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

border-color css

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

 span { border-color: rgb(190,188,109); }

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