Html Css Color HEX #BFB271 Dark Khaki

📋 copy color: '#BFB271'

red 191 ◦ green 178 ◦ blue 113

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

Shades of Dark Khaki #BFB271

Tints of Dark Khaki #BFB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

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

R = 39.63%
G = 36.93%
B = 23.44%

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

#BFB271 (or 0xBFB271) is known color: Dark Khaki. HEX triplet: BF, B2 and 71. RGB value is (191,178,113). Sum of RGB (Red+Green+Blue) = 191+178+113=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB271 is #404D8E. Grayscale: #AEAEAE. Windows color (decimal): -4214159 or 7451327. OLE color: 7451327.

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

Color convert

RGB 191 178 113 -
CMYK 0 0.07 0.41 0.25
HSL 50º 0.38% 0.6% -
HSV(B) 50º 0.41% 0.75% -
XYZ 40.39 44.11 22.01 -
YUV 174.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 191 178 113 0 0.07 0.41 0.25 50 0.38 0.6
Hex BF B2 71 0 7 29 19 32 26 3C
Octal 277 262 161 0 7 51 31 62 46 74
Binary 10111111 10110010 1110001 0 111 101001 11001 110010 100110 111100

Color Harmonies of #BFB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB271

Black with #BFB271

Text Example


Text Example

White with #BFB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB271; }

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

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

background-color css

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

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

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

border-color css

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

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

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