Html Css Color HEX #BCB074 Dark Khaki

📋 copy color: '#BCB074'

red 188 ◦ green 176 ◦ blue 116

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

Shades of Dark Khaki #BCB074

Tints of Dark Khaki #BCB074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.67%

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

R = 39.17%
G = 36.67%
B = 24.17%

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

#BCB074 (or 0xBCB074) is known color: Dark Khaki. HEX triplet: BC, B0 and 74. RGB value is (188,176,116). Sum of RGB (Red+Green+Blue) = 188+176+116=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB074 is #434F8B. Grayscale: #ACACAC. Windows color (decimal): -4411276 or 7647420. OLE color: 7647420.

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

Color convert

RGB 188 176 116 -
CMYK 0 0.06 0.38 0.26
HSL 50º 0.35% 0.6% -
HSV(B) 50º 0.38% 0.74% -
XYZ 39.42 43 22.75 -
YUV 172.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 188 176 116 0 0.06 0.38 0.26 50 0.35 0.6
Hex BC B0 74 0 6 26 1A 32 23 3C
Octal 274 260 164 0 6 46 32 62 43 74
Binary 10111100 10110000 1110100 0 110 100110 11010 110010 100011 111100

Color Harmonies of #BCB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB074

Black with #BCB074

Text Example


Text Example

White with #BCB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB074; }

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

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

background-color css

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

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

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

border-color css

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

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

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