Html Css Color HEX #BFBC5F Dark Khaki

📋 copy color: '#BFBC5F'

red 191 ◦ green 188 ◦ blue 95

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

Shades of Dark Khaki #BFBC5F

Tints of Dark Khaki #BFBC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.04%

R = 40.3%
G = 39.66%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFBC5F (or 0xBFBC5F) is known color: Dark Khaki. HEX triplet: BF, BC and 5F. RGB value is (191,188,95). Sum of RGB (Red+Green+Blue) = 191+188+95=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC5F is #4043A0. Grayscale: #B2B2B2. Windows color (decimal): -4211617 or 6274239. OLE color: 6274239.

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

Color convert

RGB 191 188 95 -
CMYK 0 0.02 0.50 0.25
HSL 58.13º 0.43% 0.56% -
HSV(B) 58.13º 0.5% 0.75% -
XYZ 41.53 47.87 17.88 -
YUV 178.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 191 188 95 0 0.02 0.50 0.25 58.13 0.43 0.56
Hex BF BC 5F 0 2 32 19 3A 2B 38
Octal 277 274 137 0 2 62 31 72 53 70
Binary 10111111 10111100 1011111 0 10 110010 11001 111010 101011 111000

Color Harmonies of #BFBC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC5F

Black with #BFBC5F

Text Example


Text Example

White with #BFBC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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