Html Css Color HEX #BFB771 Dark Khaki

📋 copy color: '#BFB771'

red 191 ◦ green 183 ◦ blue 113

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

Shades of Dark Khaki #BFB771

Tints of Dark Khaki #BFB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

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

R = 39.22%
G = 37.58%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFB771 (or 0xBFB771) is known color: Dark Khaki. HEX triplet: BF, B7 and 71. RGB value is (191,183,113). Sum of RGB (Red+Green+Blue) = 191+183+113=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB771 is #40488E. Grayscale: #B1B1B1. Windows color (decimal): -4212879 or 7452607. OLE color: 7452607.

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

Color convert

RGB 191 183 113 -
CMYK 0 0.04 0.41 0.25
HSL 53.85º 0.38% 0.6% -
HSV(B) 53.85º 0.41% 0.75% -
XYZ 41.4 46.14 22.35 -
YUV 177.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 191 183 113 0 0.04 0.41 0.25 53.85 0.38 0.6
Hex BF B7 71 0 4 29 19 36 26 3C
Octal 277 267 161 0 4 51 31 66 46 74
Binary 10111111 10110111 1110001 0 100 101001 11001 110110 100110 111100

Color Harmonies of #BFB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB771

Black with #BFB771

Text Example


Text Example

White with #BFB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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