Html Css Color HEX #BF863F Pizza

📋 copy color: '#BF863F'

red 191 ◦ green 134 ◦ blue 63

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

Shades of Pizza #BF863F

Tints of Pizza #BF863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

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

R = 49.23%
G = 34.54%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF863F (or 0xBF863F) is known color: Pizza. HEX triplet: BF, 86 and 3F. RGB value is (191,134,63). Sum of RGB (Red+Green+Blue) = 191+134+63=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF863F is #4079C0. Grayscale: #8F8F8F. Windows color (decimal): -4225473 or 4163263. OLE color: 4163263.

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

Color convert

RGB 191 134 63 -
CMYK 0 0.30 0.67 0.25
HSL 33.28º 0.5% 0.5% -
HSV(B) 33.28º 0.67% 0.75% -
XYZ 30.91 28.49 8.57 -
YUV 142.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 191 134 63 0 0.30 0.67 0.25 33.28 0.5 0.5
Hex BF 86 3F 0 1E 43 19 21 32 32
Octal 277 206 77 0 36 103 31 41 62 62
Binary 10111111 10000110 111111 0 11110 1000011 11001 100001 110010 110010

Color Harmonies of #BF863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF863F

Black with #BF863F

Text Example


Text Example

White with #BF863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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