Html Css Color HEX #BFBE71 Dark Khaki

📋 copy color: '#BFBE71'

red 191 ◦ green 190 ◦ blue 113

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

Shades of Dark Khaki #BFBE71

Tints of Dark Khaki #BFBE71

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.46%

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

R = 38.66%
G = 38.46%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFBE71 (or 0xBFBE71) is known color: Dark Khaki. HEX triplet: BF, BE and 71. RGB value is (191,190,113). Sum of RGB (Red+Green+Blue) = 191+190+113=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE71 is #40418E. Grayscale: #B5B5B5. Windows color (decimal): -4211087 or 7454399. OLE color: 7454399.

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

Color convert

RGB 191 190 113 -
CMYK 0 0.01 0.41 0.25
HSL 59.23º 0.38% 0.6% -
HSV(B) 59.23º 0.41% 0.75% -
XYZ 42.88 49.1 22.84 -
YUV 181.52 89.33 134.76 -
System Red Green Blue C M Y K H S L
Decimal 191 190 113 0 0.01 0.41 0.25 59.23 0.38 0.6
Hex BF BE 71 0 1 29 19 3B 26 3C
Octal 277 276 161 0 1 51 31 73 46 74
Binary 10111111 10111110 1110001 0 1 101001 11001 111011 100110 111100

Color Harmonies of #BFBE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE71

Black with #BFBE71

Text Example


Text Example

White with #BFBE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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