Html Css Color HEX #B3BC6C Dark Khaki

📋 copy color: '#B3BC6C'

red 179 ◦ green 188 ◦ blue 108

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

Shades of Dark Khaki #B3BC6C

Tints of Dark Khaki #B3BC6C

RGB

 RED value IS 179 (70.31% from 255) = 37.68%

 GREEN value IS 188 (73.83% from 255) = 39.58%

 BLUE value IS 108 (42.58% from 255) = 22.74%

R = 37.68%
G = 39.58%
B = 22.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#B3BC6C (or 0xB3BC6C) is known color: Dark Khaki. HEX triplet: B3, BC and 6C. RGB value is (179,188,108). Sum of RGB (Red+Green+Blue) = 179+188+108=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC6C is #4C4393. Grayscale: #B0B0B0. Windows color (decimal): -4998036 or 7126195. OLE color: 7126195.

HSL color Cylindrical-coordinate representation of color #B3BC6C: hue angle of 66.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3BC6C is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 188 108 -
CMYK 0.05 0 0.43 0.26
HSL 66.75º 0.37% 0.58% -
HSV(B) 66.75º 0.43% 0.74% -
XYZ 39.28 46.63 21.12 -
YUV 176.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 179 188 108 0.05 0 0.43 0.26 66.75 0.37 0.58
Hex B3 BC 6C 5 0 2B 1A 43 25 3A
Octal 263 274 154 5 0 53 32 103 45 72
Binary 10110011 10111100 1101100 101 0 101011 11010 1000011 100101 111010

Color Harmonies of #B3BC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC6C

Black with #B3BC6C

Text Example


Text Example

White with #B3BC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC6C; }

 p { color: rgb(179,188,108); }

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

background-color css

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

 a { background-color: rgb(179,188,108); }

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

border-color css

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

 span { border-color: rgb(179,188,108); }

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