Html Css Color HEX #BEBC70 Dark Khaki

📋 copy color: '#BEBC70'

red 190 ◦ green 188 ◦ blue 112

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

Shades of Dark Khaki #BEBC70

Tints of Dark Khaki #BEBC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.86%

R = 38.78%
G = 38.37%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEBC70 (or 0xBEBC70) is known color: Dark Khaki. HEX triplet: BE, BC and 70. RGB value is (190,188,112). Sum of RGB (Red+Green+Blue) = 190+188+112=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC70 is #41438F. Grayscale: #B4B4B4. Windows color (decimal): -4277136 or 7388350. OLE color: 7388350.

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

Color convert

RGB 190 188 112 -
CMYK 0 0.01 0.41 0.25
HSL 58.46º 0.38% 0.59% -
HSV(B) 58.46º 0.41% 0.75% -
XYZ 42.14 48.08 22.39 -
YUV 179.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 190 188 112 0 0.01 0.41 0.25 58.46 0.38 0.59
Hex BE BC 70 0 1 29 19 3A 26 3B
Octal 276 274 160 0 1 51 31 72 46 73
Binary 10111110 10111100 1110000 0 1 101001 11001 111010 100110 111011

Color Harmonies of #BEBC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC70

Black with #BEBC70

Text Example


Text Example

White with #BEBC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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