Html Css Color HEX #BF863B Pizza

📋 copy color: '#BF863B'

red 191 ◦ green 134 ◦ blue 59

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

Shades of Pizza #BF863B

Tints of Pizza #BF863B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.36%

R = 49.74%
G = 34.9%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF863B (or 0xBF863B) is known color: Pizza. HEX triplet: BF, 86 and 3B. RGB value is (191,134,59). Sum of RGB (Red+Green+Blue) = 191+134+59=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF863B is #4079C4. Grayscale: #8E8E8E. Windows color (decimal): -4225477 or 3901119. OLE color: 3901119.

HSL color Cylindrical-coordinate representation of color #BF863B: hue angle of 34.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF863B is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 134 59 -
CMYK 0 0.30 0.69 0.25
HSL 34.09º 0.53% 0.49% -
HSV(B) 34.09º 0.69% 0.75% -
XYZ 30.8 28.44 8 -
YUV 142.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 191 134 59 0 0.30 0.69 0.25 34.09 0.53 0.49
Hex BF 86 3B 0 1E 45 19 22 35 31
Octal 277 206 73 0 36 105 31 42 65 61
Binary 10111111 10000110 111011 0 11110 1000101 11001 100010 110101 110001

Color Harmonies of #BF863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF863B

Black with #BF863B

Text Example


Text Example

White with #BF863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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