Html Css Color HEX #BF853A Pizza

📋 copy color: '#BF853A'

red 191 ◦ green 133 ◦ blue 58

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

Shades of Pizza #BF853A

Tints of Pizza #BF853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 50%
G = 34.82%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF853A (or 0xBF853A) is known color: Pizza. HEX triplet: BF, 85 and 3A. RGB value is (191,133,58). Sum of RGB (Red+Green+Blue) = 191+133+58=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF853A is #407AC5. Grayscale: #8E8E8E. Windows color (decimal): -4225734 or 3835327. OLE color: 3835327.

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

Color convert

RGB 191 133 58 -
CMYK 0 0.30 0.70 0.25
HSL 33.83º 0.53% 0.49% -
HSV(B) 33.83º 0.7% 0.75% -
XYZ 30.64 28.16 7.82 -
YUV 141.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 191 133 58 0 0.30 0.70 0.25 33.83 0.53 0.49
Hex BF 85 3A 0 1E 46 19 22 35 31
Octal 277 205 72 0 36 106 31 42 65 61
Binary 10111111 10000101 111010 0 11110 1000110 11001 100010 110101 110001

Color Harmonies of #BF853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF853A

Black with #BF853A

Text Example


Text Example

White with #BF853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF853A; }

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

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

background-color css

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

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

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

border-color css

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

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

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