Html Css Color HEX #BE873B Pizza

📋 copy color: '#BE873B'

red 190 ◦ green 135 ◦ blue 59

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

Shades of Pizza #BE873B

Tints of Pizza #BE873B

RGB

 RED value IS 190 (74.61% from 255) = 49.48%

 GREEN value IS 135 (53.13% from 255) = 35.16%

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

R = 49.48%
G = 35.16%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE873B (or 0xBE873B) is known color: Pizza. HEX triplet: BE, 87 and 3B. RGB value is (190,135,59). Sum of RGB (Red+Green+Blue) = 190+135+59=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE873B is #4178C4. Grayscale: #8F8F8F. Windows color (decimal): -4290757 or 3901374. OLE color: 3901374.

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

Color convert

RGB 190 135 59 -
CMYK 0 0.29 0.69 0.25
HSL 34.81º 0.53% 0.49% -
HSV(B) 34.81º 0.69% 0.75% -
XYZ 30.69 28.59 8.04 -
YUV 142.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 190 135 59 0 0.29 0.69 0.25 34.81 0.53 0.49
Hex BE 87 3B 0 1D 45 19 23 35 31
Octal 276 207 73 0 35 105 31 43 65 61
Binary 10111110 10000111 111011 0 11101 1000101 11001 100011 110101 110001

Color Harmonies of #BE873B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE873B

Black with #BE873B

Text Example


Text Example

White with #BE873B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE873B; }

 p { color: rgb(190,135,59); }

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

background-color css

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

 a { background-color: rgb(190,135,59); }

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

border-color css

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

 span { border-color: rgb(190,135,59); }

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