Html Css Color HEX #BFBA71 Dark Khaki

📋 copy color: '#BFBA71'

red 191 ◦ green 186 ◦ blue 113

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

Shades of Dark Khaki #BFBA71

Tints of Dark Khaki #BFBA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.96%

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

R = 38.98%
G = 37.96%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFBA71 (or 0xBFBA71) is known color: Dark Khaki. HEX triplet: BF, BA and 71. RGB value is (191,186,113). Sum of RGB (Red+Green+Blue) = 191+186+113=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA71 is #40458E. Grayscale: #B3B3B3. Windows color (decimal): -4212111 or 7453375. OLE color: 7453375.

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

Color convert

RGB 191 186 113 -
CMYK 0 0.03 0.41 0.25
HSL 56.15º 0.38% 0.6% -
HSV(B) 56.15º 0.41% 0.75% -
XYZ 42.03 47.39 22.55 -
YUV 179.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 191 186 113 0 0.03 0.41 0.25 56.15 0.38 0.6
Hex BF BA 71 0 3 29 19 38 26 3C
Octal 277 272 161 0 3 51 31 70 46 74
Binary 10111111 10111010 1110001 0 11 101001 11001 111000 100110 111100

Color Harmonies of #BFBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA71

Black with #BFBA71

Text Example


Text Example

White with #BFBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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