Html Css Color HEX #BFBC73 Dark Khaki

📋 copy color: '#BFBC73'

red 191 ◦ green 188 ◦ blue 115

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

Shades of Dark Khaki #BFBC73

Tints of Dark Khaki #BFBC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.28%

R = 38.66%
G = 38.06%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFBC73 (or 0xBFBC73) is known color: Dark Khaki. HEX triplet: BF, BC and 73. RGB value is (191,188,115). Sum of RGB (Red+Green+Blue) = 191+188+115=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC73 is #40438C. Grayscale: #B4B4B4. Windows color (decimal): -4211597 or 7584959. OLE color: 7584959.

HSL color Cylindrical-coordinate representation of color #BFBC73: hue angle of 57.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFBC73 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 115 -
CMYK 0 0.02 0.40 0.25
HSL 57.63º 0.37% 0.6% -
HSV(B) 57.63º 0.4% 0.75% -
XYZ 42.56 48.28 23.3 -
YUV 180.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 191 188 115 0 0.02 0.40 0.25 57.63 0.37 0.6
Hex BF BC 73 0 2 28 19 3A 25 3C
Octal 277 274 163 0 2 50 31 72 45 74
Binary 10111111 10111100 1110011 0 10 101000 11001 111010 100101 111100

Color Harmonies of #BFBC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC73

Black with #BFBC73

Text Example


Text Example

White with #BFBC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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