Html Css Color HEX #BCB36D Dark Khaki

📋 copy color: '#BCB36D'

red 188 ◦ green 179 ◦ blue 109

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

Shades of Dark Khaki #BCB36D

Tints of Dark Khaki #BCB36D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.61%

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 39.5%
G = 37.61%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BCB36D (or 0xBCB36D) is known color: Dark Khaki. HEX triplet: BC, B3 and 6D. RGB value is (188,179,109). Sum of RGB (Red+Green+Blue) = 188+179+109=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB36D is #434C92. Grayscale: #AEAEAE. Windows color (decimal): -4410515 or 7189436. OLE color: 7189436.

HSL color Cylindrical-coordinate representation of color #BCB36D: hue angle of 53.16º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCB36D is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 109 -
CMYK 0 0.05 0.42 0.26
HSL 53.16º 0.37% 0.58% -
HSV(B) 53.16º 0.42% 0.74% -
XYZ 39.62 44.04 20.88 -
YUV 173.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 188 179 109 0 0.05 0.42 0.26 53.16 0.37 0.58
Hex BC B3 6D 0 5 2A 1A 35 25 3A
Octal 274 263 155 0 5 52 32 65 45 72
Binary 10111100 10110011 1101101 0 101 101010 11010 110101 100101 111010

Color Harmonies of #BCB36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB36D

Black with #BCB36D

Text Example


Text Example

White with #BCB36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB36D; }

 p { color: rgb(188,179,109); }

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

background-color css

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

 a { background-color: rgb(188,179,109); }

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

border-color css

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

 span { border-color: rgb(188,179,109); }

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