Html Css Color HEX #BFB471 Dark Khaki

📋 copy color: '#BFB471'

red 191 ◦ green 180 ◦ blue 113

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

Shades of Dark Khaki #BFB471

Tints of Dark Khaki #BFB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

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

R = 39.46%
G = 37.19%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFB471 (or 0xBFB471) is known color: Dark Khaki. HEX triplet: BF, B4 and 71. RGB value is (191,180,113). Sum of RGB (Red+Green+Blue) = 191+180+113=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB471 is #404B8E. Grayscale: #AFAFAF. Windows color (decimal): -4213647 or 7451839. OLE color: 7451839.

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

Color convert

RGB 191 180 113 -
CMYK 0 0.06 0.41 0.25
HSL 51.54º 0.38% 0.6% -
HSV(B) 51.54º 0.41% 0.75% -
XYZ 40.79 44.91 22.14 -
YUV 175.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 191 180 113 0 0.06 0.41 0.25 51.54 0.38 0.6
Hex BF B4 71 0 6 29 19 34 26 3C
Octal 277 264 161 0 6 51 31 64 46 74
Binary 10111111 10110100 1110001 0 110 101001 11001 110100 100110 111100

Color Harmonies of #BFB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB471

Black with #BFB471

Text Example


Text Example

White with #BFB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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