Html Css Color HEX #BFC071 Dark Khaki

📋 copy color: '#BFC071'

red 191 ◦ green 192 ◦ blue 113

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

Shades of Dark Khaki #BFC071

Tints of Dark Khaki #BFC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

 BLUE value IS 113 (44.53% from 255) = 22.78%

R = 38.51%
G = 38.71%
B = 22.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFC071 (or 0xBFC071) is known color: Dark Khaki. HEX triplet: BF, C0 and 71. RGB value is (191,192,113). Sum of RGB (Red+Green+Blue) = 191+192+113=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC071 is #403F8E. Grayscale: #B7B7B7. Windows color (decimal): -4210575 or 7454911. OLE color: 7454911.

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

Color convert

RGB 191 192 113 -
CMYK 0.01 0 0.41 0.25
HSL 60.76º 0.39% 0.6% -
HSV(B) 60.76º 0.41% 0.75% -
XYZ 43.32 49.97 22.98 -
YUV 182.7 88.67 133.92 -
System Red Green Blue C M Y K H S L
Decimal 191 192 113 0.01 0 0.41 0.25 60.76 0.39 0.6
Hex BF C0 71 1 0 29 19 3D 27 3C
Octal 277 300 161 1 0 51 31 75 47 74
Binary 10111111 11000000 1110001 1 0 101001 11001 111101 100111 111100

Color Harmonies of #BFC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC071

Black with #BFC071

Text Example


Text Example

White with #BFC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC071; }

 p { color: rgb(191,192,113); }

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

background-color css

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

 a { background-color: rgb(191,192,113); }

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

border-color css

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

 span { border-color: rgb(191,192,113); }

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