Html Css Color HEX #BF893F Pizza

📋 copy color: '#BF893F'

red 191 ◦ green 137 ◦ blue 63

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

Shades of Pizza #BF893F

Tints of Pizza #BF893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.04%

 BLUE value IS 63 (25% from 255) = 16.11%

R = 48.85%
G = 35.04%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF893F (or 0xBF893F) is known color: Pizza. HEX triplet: BF, 89 and 3F. RGB value is (191,137,63). Sum of RGB (Red+Green+Blue) = 191+137+63=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF893F is #4076C0. Grayscale: #919191. Windows color (decimal): -4224705 or 4164031. OLE color: 4164031.

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

Color convert

RGB 191 137 63 -
CMYK 0 0.28 0.67 0.25
HSL 34.69º 0.5% 0.5% -
HSV(B) 34.69º 0.67% 0.75% -
XYZ 31.33 29.33 8.71 -
YUV 144.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 191 137 63 0 0.28 0.67 0.25 34.69 0.5 0.5
Hex BF 89 3F 0 1C 43 19 23 32 32
Octal 277 211 77 0 34 103 31 43 62 62
Binary 10111111 10001001 111111 0 11100 1000011 11001 100011 110010 110010

Color Harmonies of #BF893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF893F

Black with #BF893F

Text Example


Text Example

White with #BF893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF893F; }

 p { color: rgb(191,137,63); }

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

background-color css

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

 a { background-color: rgb(191,137,63); }

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

border-color css

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

 span { border-color: rgb(191,137,63); }

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