Html Css Color HEX #BCB774 Dark Khaki

📋 copy color: '#BCB774'

red 188 ◦ green 183 ◦ blue 116

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

Shades of Dark Khaki #BCB774

Tints of Dark Khaki #BCB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

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

R = 38.6%
G = 37.58%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCB774 (or 0xBCB774) is known color: Dark Khaki. HEX triplet: BC, B7 and 74. RGB value is (188,183,116). Sum of RGB (Red+Green+Blue) = 188+183+116=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB774 is #43488B. Grayscale: #B1B1B1. Windows color (decimal): -4409484 or 7649212. OLE color: 7649212.

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

Color convert

RGB 188 183 116 -
CMYK 0 0.03 0.38 0.26
HSL 55.83º 0.35% 0.6% -
HSV(B) 55.83º 0.38% 0.74% -
XYZ 40.82 45.82 23.22 -
YUV 176.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 188 183 116 0 0.03 0.38 0.26 55.83 0.35 0.6
Hex BC B7 74 0 3 26 1A 38 23 3C
Octal 274 267 164 0 3 46 32 70 43 74
Binary 10111100 10110111 1110100 0 11 100110 11010 111000 100011 111100

Color Harmonies of #BCB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB774

Black with #BCB774

Text Example


Text Example

White with #BCB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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