Html Css Color HEX #BCB374 Dark Khaki

📋 copy color: '#BCB374'

red 188 ◦ green 179 ◦ blue 116

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

Shades of Dark Khaki #BCB374

Tints of Dark Khaki #BCB374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.02%

R = 38.92%
G = 37.06%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCB374 (or 0xBCB374) is known color: Dark Khaki. HEX triplet: BC, B3 and 74. RGB value is (188,179,116). Sum of RGB (Red+Green+Blue) = 188+179+116=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB374 is #434C8B. Grayscale: #AEAEAE. Windows color (decimal): -4410508 or 7648188. OLE color: 7648188.

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

Color convert

RGB 188 179 116 -
CMYK 0 0.05 0.38 0.26
HSL 52.5º 0.35% 0.6% -
HSV(B) 52.5º 0.38% 0.74% -
XYZ 40.01 44.19 22.94 -
YUV 174.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 188 179 116 0 0.05 0.38 0.26 52.5 0.35 0.6
Hex BC B3 74 0 5 26 1A 34 23 3C
Octal 274 263 164 0 5 46 32 64 43 74
Binary 10111100 10110011 1110100 0 101 100110 11010 110100 100011 111100

Color Harmonies of #BCB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB374

Black with #BCB374

Text Example


Text Example

White with #BCB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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