Html Css Color HEX #BE873A Pizza

📋 copy color: '#BE873A'

red 190 ◦ green 135 ◦ blue 58

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

Shades of Pizza #BE873A

Tints of Pizza #BE873A

RGB

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

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

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

R = 49.61%
G = 35.25%
B = 15.14%

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

#BE873A (or 0xBE873A) is known color: Pizza. HEX triplet: BE, 87 and 3A. RGB value is (190,135,58). Sum of RGB (Red+Green+Blue) = 190+135+58=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE873A is #4178C5. Grayscale: #8F8F8F. Windows color (decimal): -4290758 or 3835838. OLE color: 3835838.

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

Color convert

RGB 190 135 58 -
CMYK 0 0.29 0.69 0.25
HSL 35º 0.53% 0.49% -
HSV(B) 35º 0.69% 0.75% -
XYZ 30.66 28.58 7.9 -
YUV 142.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 190 135 58 0 0.29 0.69 0.25 35 0.53 0.49
Hex BE 87 3A 0 1D 45 19 23 35 31
Octal 276 207 72 0 35 105 31 43 65 61
Binary 10111110 10000111 111010 0 11101 1000101 11001 100011 110101 110001

Color Harmonies of #BE873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE873A

Black with #BE873A

Text Example


Text Example

White with #BE873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE873A; }

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

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

background-color css

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

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

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

border-color css

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

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

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