Html Css Color HEX #BCB26D Dark Khaki

📋 copy color: '#BCB26D'

red 188 ◦ green 178 ◦ blue 109

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

Shades of Dark Khaki #BCB26D

Tints of Dark Khaki #BCB26D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.47%

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

R = 39.58%
G = 37.47%
B = 22.95%

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

#BCB26D (or 0xBCB26D) is known color: Dark Khaki. HEX triplet: BC, B2 and 6D. RGB value is (188,178,109). Sum of RGB (Red+Green+Blue) = 188+178+109=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB26D is #434D92. Grayscale: #ADADAD. Windows color (decimal): -4410771 or 7189180. OLE color: 7189180.

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

Color convert

RGB 188 178 109 -
CMYK 0 0.05 0.42 0.26
HSL 52.41º 0.37% 0.58% -
HSV(B) 52.41º 0.42% 0.74% -
XYZ 39.42 43.64 20.81 -
YUV 173.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 188 178 109 0 0.05 0.42 0.26 52.41 0.37 0.58
Hex BC B2 6D 0 5 2A 1A 34 25 3A
Octal 274 262 155 0 5 52 32 64 45 72
Binary 10111100 10110010 1101101 0 101 101010 11010 110100 100101 111010

Color Harmonies of #BCB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB26D

Black with #BCB26D

Text Example


Text Example

White with #BCB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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