Html Css Color HEX #BFBC71 Dark Khaki

📋 copy color: '#BFBC71'

red 191 ◦ green 188 ◦ blue 113

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

Shades of Dark Khaki #BFBC71

Tints of Dark Khaki #BFBC71

RGB

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

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

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

R = 38.82%
G = 38.21%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFBC71 (or 0xBFBC71) is known color: Dark Khaki. HEX triplet: BF, BC and 71. RGB value is (191,188,113). Sum of RGB (Red+Green+Blue) = 191+188+113=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC71 is #40438E. Grayscale: #B4B4B4. Windows color (decimal): -4211599 or 7453887. OLE color: 7453887.

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

Color convert

RGB 191 188 113 -
CMYK 0 0.02 0.41 0.25
HSL 57.69º 0.38% 0.6% -
HSV(B) 57.69º 0.41% 0.75% -
XYZ 42.45 48.24 22.7 -
YUV 180.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 191 188 113 0 0.02 0.41 0.25 57.69 0.38 0.6
Hex BF BC 71 0 2 29 19 3A 26 3C
Octal 277 274 161 0 2 51 31 72 46 74
Binary 10111111 10111100 1110001 0 10 101001 11001 111010 100110 111100

Color Harmonies of #BFBC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC71

Black with #BFBC71

Text Example


Text Example

White with #BFBC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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