Html Css Color HEX #BCB968 Dark Khaki

📋 copy color: '#BCB968'

red 188 ◦ green 185 ◦ blue 104

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

Shades of Dark Khaki #BCB968

Tints of Dark Khaki #BCB968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.8%

R = 39.41%
G = 38.78%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCB968 (or 0xBCB968) is known color: Dark Khaki. HEX triplet: BC, B9 and 68. RGB value is (188,185,104). Sum of RGB (Red+Green+Blue) = 188+185+104=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB968 is #434697. Grayscale: #B0B0B0. Windows color (decimal): -4408984 or 6863292. OLE color: 6863292.

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

Color convert

RGB 188 185 104 -
CMYK 0 0.02 0.45 0.26
HSL 57.86º 0.39% 0.57% -
HSV(B) 57.86º 0.45% 0.74% -
XYZ 40.59 46.39 19.91 -
YUV 176.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 188 185 104 0 0.02 0.45 0.26 57.86 0.39 0.57
Hex BC B9 68 0 2 2D 1A 3A 27 39
Octal 274 271 150 0 2 55 32 72 47 71
Binary 10111100 10111001 1101000 0 10 101101 11010 111010 100111 111001

Color Harmonies of #BCB968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB968

Black with #BCB968

Text Example


Text Example

White with #BCB968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB968; }

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

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

background-color css

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

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

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

border-color css

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

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

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