Html Css Color HEX #BCB963 Dark Khaki

📋 copy color: '#BCB963'

red 188 ◦ green 185 ◦ blue 99

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

Shades of Dark Khaki #BCB963

Tints of Dark Khaki #BCB963

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.19%

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

R = 39.83%
G = 39.19%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCB963 (or 0xBCB963) is known color: Dark Khaki. HEX triplet: BC, B9 and 63. RGB value is (188,185,99). Sum of RGB (Red+Green+Blue) = 188+185+99=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB963 is #43469C. Grayscale: #B0B0B0. Windows color (decimal): -4408989 or 6535612. OLE color: 6535612.

HSL color Cylindrical-coordinate representation of color #BCB963: hue angle of 57.98º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCB963 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 99 -
CMYK 0 0.02 0.47 0.26
HSL 57.98º 0.4% 0.56% -
HSV(B) 57.98º 0.47% 0.74% -
XYZ 40.34 46.29 18.61 -
YUV 176.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 188 185 99 0 0.02 0.47 0.26 57.98 0.4 0.56
Hex BC B9 63 0 2 2F 1A 3A 28 38
Octal 274 271 143 0 2 57 32 72 50 70
Binary 10111100 10111001 1100011 0 10 101111 11010 111010 101000 111000

Color Harmonies of #BCB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB963

Black with #BCB963

Text Example


Text Example

White with #BCB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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