Html Css Color HEX #BCB663 Dark Khaki

📋 copy color: '#BCB663'

red 188 ◦ green 182 ◦ blue 99

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

Shades of Dark Khaki #BCB663

Tints of Dark Khaki #BCB663

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

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

R = 40.09%
G = 38.81%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCB663 (or 0xBCB663) is known color: Dark Khaki. HEX triplet: BC, B6 and 63. RGB value is (188,182,99). Sum of RGB (Red+Green+Blue) = 188+182+99=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB663 is #43499C. Grayscale: #AEAEAE. Windows color (decimal): -4409757 or 6534844. OLE color: 6534844.

HSL color Cylindrical-coordinate representation of color #BCB663: hue angle of 55.96º 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 #BCB663 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 99 -
CMYK 0 0.03 0.47 0.26
HSL 55.96º 0.4% 0.56% -
HSV(B) 55.96º 0.47% 0.74% -
XYZ 39.72 45.05 18.41 -
YUV 174.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 188 182 99 0 0.03 0.47 0.26 55.96 0.4 0.56
Hex BC B6 63 0 3 2F 1A 38 28 38
Octal 274 266 143 0 3 57 32 70 50 70
Binary 10111100 10110110 1100011 0 11 101111 11010 111000 101000 111000

Color Harmonies of #BCB663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB663

Black with #BCB663

Text Example


Text Example

White with #BCB663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB663; }

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

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

background-color css

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

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

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

border-color css

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

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

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