Html Css Color HEX #BCB474 Dark Khaki

📋 copy color: '#BCB474'

red 188 ◦ green 180 ◦ blue 116

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

Shades of Dark Khaki #BCB474

Tints of Dark Khaki #BCB474

RGB

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

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

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

R = 38.84%
G = 37.19%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCB474 (or 0xBCB474) is known color: Dark Khaki. HEX triplet: BC, B4 and 74. RGB value is (188,180,116). Sum of RGB (Red+Green+Blue) = 188+180+116=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB474 is #434B8B. Grayscale: #AFAFAF. Windows color (decimal): -4410252 or 7648444. OLE color: 7648444.

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

Color convert

RGB 188 180 116 -
CMYK 0 0.04 0.38 0.26
HSL 53.33º 0.35% 0.6% -
HSV(B) 53.33º 0.38% 0.74% -
XYZ 40.21 44.59 23.01 -
YUV 175.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 188 180 116 0 0.04 0.38 0.26 53.33 0.35 0.6
Hex BC B4 74 0 4 26 1A 35 23 3C
Octal 274 264 164 0 4 46 32 65 43 74
Binary 10111100 10110100 1110100 0 100 100110 11010 110101 100011 111100

Color Harmonies of #BCB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB474

Black with #BCB474

Text Example


Text Example

White with #BCB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB474; }

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

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

background-color css

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

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

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

border-color css

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

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

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