Html Css Color HEX #BCB46D Dark Khaki

📋 copy color: '#BCB46D'

red 188 ◦ green 180 ◦ blue 109

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

Shades of Dark Khaki #BCB46D

Tints of Dark Khaki #BCB46D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.74%

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

R = 39.41%
G = 37.74%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BCB46D (or 0xBCB46D) is known color: Dark Khaki. HEX triplet: BC, B4 and 6D. RGB value is (188,180,109). Sum of RGB (Red+Green+Blue) = 188+180+109=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB46D is #434B92. Grayscale: #AEAEAE. Windows color (decimal): -4410259 or 7189692. OLE color: 7189692.

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

Color convert

RGB 188 180 109 -
CMYK 0 0.04 0.42 0.26
HSL 53.92º 0.37% 0.58% -
HSV(B) 53.92º 0.42% 0.74% -
XYZ 39.82 44.44 20.95 -
YUV 174.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 188 180 109 0 0.04 0.42 0.26 53.92 0.37 0.58
Hex BC B4 6D 0 4 2A 1A 36 25 3A
Octal 274 264 155 0 4 52 32 66 45 72
Binary 10111100 10110100 1101101 0 100 101010 11010 110110 100101 111010

Color Harmonies of #BCB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB46D

Black with #BCB46D

Text Example


Text Example

White with #BCB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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