Html Css Color HEX #BF853F Pizza

📋 copy color: '#BF853F'

red 191 ◦ green 133 ◦ blue 63

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

Shades of Pizza #BF853F

Tints of Pizza #BF853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

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

R = 49.35%
G = 34.37%
B = 16.28%

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

#BF853F (or 0xBF853F) is known color: Pizza. HEX triplet: BF, 85 and 3F. RGB value is (191,133,63). Sum of RGB (Red+Green+Blue) = 191+133+63=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF853F is #407AC0. Grayscale: #8E8E8E. Windows color (decimal): -4225729 or 4163007. OLE color: 4163007.

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

Color convert

RGB 191 133 63 -
CMYK 0 0.30 0.67 0.25
HSL 32.81º 0.5% 0.5% -
HSV(B) 32.81º 0.67% 0.75% -
XYZ 30.77 28.21 8.53 -
YUV 142.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 191 133 63 0 0.30 0.67 0.25 32.81 0.5 0.5
Hex BF 85 3F 0 1E 43 19 21 32 32
Octal 277 205 77 0 36 103 31 41 62 62
Binary 10111111 10000101 111111 0 11110 1000011 11001 100001 110010 110010

Color Harmonies of #BF853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF853F

Black with #BF853F

Text Example


Text Example

White with #BF853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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