Html Css Color HEX #BFBC60 Dark Khaki

📋 copy color: '#BFBC60'

red 191 ◦ green 188 ◦ blue 96

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

Shades of Dark Khaki #BFBC60

Tints of Dark Khaki #BFBC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.21%

R = 40.21%
G = 39.58%
B = 20.21%

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

#BFBC60 (or 0xBFBC60) is known color: Dark Khaki. HEX triplet: BF, BC and 60. RGB value is (191,188,96). Sum of RGB (Red+Green+Blue) = 191+188+96=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC60 is #40439F. Grayscale: #B2B2B2. Windows color (decimal): -4211616 or 6339775. OLE color: 6339775.

HSL color Cylindrical-coordinate representation of color #BFBC60: hue angle of 58.11º 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 #BFBC60 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 96 -
CMYK 0 0.02 0.50 0.25
HSL 58.11º 0.43% 0.56% -
HSV(B) 58.11º 0.5% 0.75% -
XYZ 41.58 47.89 18.12 -
YUV 178.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 191 188 96 0 0.02 0.50 0.25 58.11 0.43 0.56
Hex BF BC 60 0 2 32 19 3A 2B 38
Octal 277 274 140 0 2 62 31 72 53 70
Binary 10111111 10111100 1100000 0 10 110010 11001 111010 101011 111000

Color Harmonies of #BFBC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC60

Black with #BFBC60

Text Example


Text Example

White with #BFBC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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