Html Css Color HEX #BFB071 Dark Khaki

📋 copy color: '#BFB071'

red 191 ◦ green 176 ◦ blue 113

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

Shades of Dark Khaki #BFB071

Tints of Dark Khaki #BFB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.67%

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

R = 39.79%
G = 36.67%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFB071 (or 0xBFB071) is known color: Dark Khaki. HEX triplet: BF, B0 and 71. RGB value is (191,176,113). Sum of RGB (Red+Green+Blue) = 191+176+113=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB071 is #404F8E. Grayscale: #ADADAD. Windows color (decimal): -4214671 or 7450815. OLE color: 7450815.

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

Color convert

RGB 191 176 113 -
CMYK 0 0.08 0.41 0.25
HSL 48.46º 0.38% 0.6% -
HSV(B) 48.46º 0.41% 0.75% -
XYZ 39.99 43.32 21.88 -
YUV 173.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 191 176 113 0 0.08 0.41 0.25 48.46 0.38 0.6
Hex BF B0 71 0 8 29 19 30 26 3C
Octal 277 260 161 0 10 51 31 60 46 74
Binary 10111111 10110000 1110001 0 1000 101001 11001 110000 100110 111100

Color Harmonies of #BFB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB071

Black with #BFB071

Text Example


Text Example

White with #BFB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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