Html Css Color HEX #BCBE63 Dark Khaki

📋 copy color: '#BCBE63'

red 188 ◦ green 190 ◦ blue 99

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

Shades of Dark Khaki #BCBE63

Tints of Dark Khaki #BCBE63

RGB

 RED value IS 188 (73.83% from 255) = 39.41%

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 99 (39.06% from 255) = 20.75%

R = 39.41%
G = 39.83%
B = 20.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BCBE63 (or 0xBCBE63) is known color: Dark Khaki. HEX triplet: BC, BE and 63. RGB value is (188,190,99). Sum of RGB (Red+Green+Blue) = 188+190+99=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE63 is #43419C. Grayscale: #B3B3B3. Windows color (decimal): -4407709 or 6536892. OLE color: 6536892.

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

Color convert

RGB 188 190 99 -
CMYK 0.01 0 0.48 0.25
HSL 61.32º 0.41% 0.57% -
HSV(B) 61.32º 0.48% 0.75% -
XYZ 41.4 48.42 18.97 -
YUV 179.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 188 190 99 0.01 0 0.48 0.25 61.32 0.41 0.57
Hex BC BE 63 1 0 30 19 3D 29 39
Octal 274 276 143 1 0 60 31 75 51 71
Binary 10111100 10111110 1100011 1 0 110000 11001 111101 101001 111001

Color Harmonies of #BCBE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE63

Black with #BCBE63

Text Example


Text Example

White with #BCBE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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