Html Css Color HEX #BFB171 Dark Khaki

📋 copy color: '#BFB171'

red 191 ◦ green 177 ◦ blue 113

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

Shades of Dark Khaki #BFB171

Tints of Dark Khaki #BFB171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

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

R = 39.71%
G = 36.8%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFB171 (or 0xBFB171) is known color: Dark Khaki. HEX triplet: BF, B1 and 71. RGB value is (191,177,113). Sum of RGB (Red+Green+Blue) = 191+177+113=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB171 is #404E8E. Grayscale: #AEAEAE. Windows color (decimal): -4214415 or 7451071. OLE color: 7451071.

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

Color convert

RGB 191 177 113 -
CMYK 0 0.07 0.41 0.25
HSL 49.23º 0.38% 0.6% -
HSV(B) 49.23º 0.41% 0.75% -
XYZ 40.19 43.71 21.94 -
YUV 173.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 191 177 113 0 0.07 0.41 0.25 49.23 0.38 0.6
Hex BF B1 71 0 7 29 19 31 26 3C
Octal 277 261 161 0 7 51 31 61 46 74
Binary 10111111 10110001 1110001 0 111 101001 11001 110001 100110 111100

Color Harmonies of #BFB171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB171

Black with #BFB171

Text Example


Text Example

White with #BFB171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB171; }

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

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

background-color css

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

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

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

border-color css

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

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

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