Html Css Color HEX #BCB471 Dark Khaki

📋 copy color: '#BCB471'

red 188 ◦ green 180 ◦ blue 113

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

Shades of Dark Khaki #BCB471

Tints of Dark Khaki #BCB471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 39.09%
G = 37.42%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCB471 (or 0xBCB471) is known color: Dark Khaki. HEX triplet: BC, B4 and 71. RGB value is (188,180,113). Sum of RGB (Red+Green+Blue) = 188+180+113=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB471 is #434B8E. Grayscale: #AFAFAF. Windows color (decimal): -4410255 or 7451836. OLE color: 7451836.

HSL color Cylindrical-coordinate representation of color #BCB471: hue angle of 53.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCB471 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 113 -
CMYK 0 0.04 0.40 0.26
HSL 53.6º 0.36% 0.59% -
HSV(B) 53.6º 0.4% 0.74% -
XYZ 40.04 44.53 22.11 -
YUV 174.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 188 180 113 0 0.04 0.40 0.26 53.6 0.36 0.59
Hex BC B4 71 0 4 28 1A 36 24 3B
Octal 274 264 161 0 4 50 32 66 44 73
Binary 10111100 10110100 1110001 0 100 101000 11010 110110 100100 111011

Color Harmonies of #BCB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB471

Black with #BCB471

Text Example


Text Example

White with #BCB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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