Html Css Color HEX #BE873C Pizza

📋 copy color: '#BE873C'

red 190 ◦ green 135 ◦ blue 60

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

Shades of Pizza #BE873C

Tints of Pizza #BE873C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.58%

R = 49.35%
G = 35.06%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE873C (or 0xBE873C) is known color: Pizza. HEX triplet: BE, 87 and 3C. RGB value is (190,135,60). Sum of RGB (Red+Green+Blue) = 190+135+60=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE873C is #4178C3. Grayscale: #8F8F8F. Windows color (decimal): -4290756 or 3966910. OLE color: 3966910.

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

Color convert

RGB 190 135 60 -
CMYK 0 0.29 0.68 0.25
HSL 34.62º 0.52% 0.49% -
HSV(B) 34.62º 0.68% 0.75% -
XYZ 30.71 28.6 8.18 -
YUV 142.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 190 135 60 0 0.29 0.68 0.25 34.62 0.52 0.49
Hex BE 87 3C 0 1D 44 19 23 34 31
Octal 276 207 74 0 35 104 31 43 64 61
Binary 10111110 10000111 111100 0 11101 1000100 11001 100011 110100 110001

Color Harmonies of #BE873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE873C

Black with #BE873C

Text Example


Text Example

White with #BE873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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