Html Css Color HEX #BCB16F Dark Khaki

📋 copy color: '#BCB16F'

red 188 ◦ green 177 ◦ blue 111

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

Shades of Dark Khaki #BCB16F

Tints of Dark Khaki #BCB16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 39.5%
G = 37.18%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCB16F (or 0xBCB16F) is known color: Dark Khaki. HEX triplet: BC, B1 and 6F. RGB value is (188,177,111). Sum of RGB (Red+Green+Blue) = 188+177+111=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB16F is #434E90. Grayscale: #ADADAD. Windows color (decimal): -4411025 or 7319996. OLE color: 7319996.

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

Color convert

RGB 188 177 111 -
CMYK 0 0.06 0.41 0.26
HSL 51.43º 0.36% 0.59% -
HSV(B) 51.43º 0.41% 0.74% -
XYZ 39.33 43.28 21.32 -
YUV 172.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 188 177 111 0 0.06 0.41 0.26 51.43 0.36 0.59
Hex BC B1 6F 0 6 29 1A 33 24 3B
Octal 274 261 157 0 6 51 32 63 44 73
Binary 10111100 10110001 1101111 0 110 101001 11010 110011 100100 111011

Color Harmonies of #BCB16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB16F

Black with #BCB16F

Text Example


Text Example

White with #BCB16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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