Html Css Color HEX #BFBC6C Dark Khaki

📋 copy color: '#BFBC6C'

red 191 ◦ green 188 ◦ blue 108

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

Shades of Dark Khaki #BFBC6C

Tints of Dark Khaki #BFBC6C

RGB

 RED value IS 191 (75% from 255) = 39.22%

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

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

R = 39.22%
G = 38.6%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFBC6C (or 0xBFBC6C) is known color: Dark Khaki. HEX triplet: BF, BC and 6C. RGB value is (191,188,108). Sum of RGB (Red+Green+Blue) = 191+188+108=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC6C is #404393. Grayscale: #B4B4B4. Windows color (decimal): -4211604 or 7126207. OLE color: 7126207.

HSL color Cylindrical-coordinate representation of color #BFBC6C: hue angle of 57.83º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFBC6C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 108 -
CMYK 0 0.02 0.43 0.25
HSL 57.83º 0.39% 0.59% -
HSV(B) 57.83º 0.43% 0.75% -
XYZ 42.18 48.13 21.25 -
YUV 179.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 191 188 108 0 0.02 0.43 0.25 57.83 0.39 0.59
Hex BF BC 6C 0 2 2B 19 3A 27 3B
Octal 277 274 154 0 2 53 31 72 47 73
Binary 10111111 10111100 1101100 0 10 101011 11001 111010 100111 111011

Color Harmonies of #BFBC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC6C

Black with #BFBC6C

Text Example


Text Example

White with #BFBC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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