Html Css Color HEX #BFB571 Dark Khaki

📋 copy color: '#BFB571'

red 191 ◦ green 181 ◦ blue 113

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

Shades of Dark Khaki #BFB571

Tints of Dark Khaki #BFB571

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.32%

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

R = 39.38%
G = 37.32%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFB571 (or 0xBFB571) is known color: Dark Khaki. HEX triplet: BF, B5 and 71. RGB value is (191,181,113). Sum of RGB (Red+Green+Blue) = 191+181+113=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB571 is #404A8E. Grayscale: #B0B0B0. Windows color (decimal): -4213391 or 7452095. OLE color: 7452095.

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

Color convert

RGB 191 181 113 -
CMYK 0 0.05 0.41 0.25
HSL 52.31º 0.38% 0.6% -
HSV(B) 52.31º 0.41% 0.75% -
XYZ 40.99 45.32 22.21 -
YUV 176.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 191 181 113 0 0.05 0.41 0.25 52.31 0.38 0.6
Hex BF B5 71 0 5 29 19 34 26 3C
Octal 277 265 161 0 5 51 31 64 46 74
Binary 10111111 10110101 1110001 0 101 101001 11001 110100 100110 111100

Color Harmonies of #BFB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB571

Black with #BFB571

Text Example


Text Example

White with #BFB571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB571; }

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

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

background-color css

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

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

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

border-color css

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

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

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