Html Css Color HEX #BF8740 Pizza

📋 copy color: '#BF8740'

red 191 ◦ green 135 ◦ blue 64

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

Shades of Pizza #BF8740

Tints of Pizza #BF8740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.62%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 48.97%
G = 34.62%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF8740 (or 0xBF8740) is known color: Pizza. HEX triplet: BF, 87 and 40. RGB value is (191,135,64). Sum of RGB (Red+Green+Blue) = 191+135+64=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8740 is #4078BF. Grayscale: #8F8F8F. Windows color (decimal): -4225216 or 4229055. OLE color: 4229055.

HSL color Cylindrical-coordinate representation of color #BF8740: hue angle of 33.54º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF8740 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 135 64 -
CMYK 0 0.29 0.66 0.25
HSL 33.54º 0.5% 0.5% -
HSV(B) 33.54º 0.66% 0.75% -
XYZ 31.08 28.77 8.77 -
YUV 143.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 191 135 64 0 0.29 0.66 0.25 33.54 0.5 0.5
Hex BF 87 40 0 1D 42 19 22 32 32
Octal 277 207 100 0 35 102 31 42 62 62
Binary 10111111 10000111 1000000 0 11101 1000010 11001 100010 110010 110010

Color Harmonies of #BF8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8740

Black with #BF8740

Text Example


Text Example

White with #BF8740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8740; }

 p { color: rgb(191,135,64); }

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

background-color css

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

 a { background-color: rgb(191,135,64); }

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

border-color css

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

 span { border-color: rgb(191,135,64); }

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