Html Css Color HEX #BCB174 Dark Khaki

📋 copy color: '#BCB174'

red 188 ◦ green 177 ◦ blue 116

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

Shades of Dark Khaki #BCB174

Tints of Dark Khaki #BCB174

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

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

R = 39.09%
G = 36.8%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCB174 (or 0xBCB174) is known color: Dark Khaki. HEX triplet: BC, B1 and 74. RGB value is (188,177,116). Sum of RGB (Red+Green+Blue) = 188+177+116=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB174 is #434E8B. Grayscale: #ADADAD. Windows color (decimal): -4411020 or 7647676. OLE color: 7647676.

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

Color convert

RGB 188 177 116 -
CMYK 0 0.06 0.38 0.26
HSL 50.83º 0.35% 0.6% -
HSV(B) 50.83º 0.38% 0.74% -
XYZ 39.61 43.4 22.81 -
YUV 173.34 95.64 138.46 -
System Red Green Blue C M Y K H S L
Decimal 188 177 116 0 0.06 0.38 0.26 50.83 0.35 0.6
Hex BC B1 74 0 6 26 1A 33 23 3C
Octal 274 261 164 0 6 46 32 63 43 74
Binary 10111100 10110001 1110100 0 110 100110 11010 110011 100011 111100

Color Harmonies of #BCB174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB174

Black with #BCB174

Text Example


Text Example

White with #BCB174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB174; }

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

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

background-color css

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

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

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

border-color css

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

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

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