Html Css Color HEX #BE883C Pizza

📋 copy color: '#BE883C'

red 190 ◦ green 136 ◦ blue 60

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

Shades of Pizza #BE883C

Tints of Pizza #BE883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 49.22%
G = 35.23%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE883C (or 0xBE883C) is known color: Pizza. HEX triplet: BE, 88 and 3C. RGB value is (190,136,60). Sum of RGB (Red+Green+Blue) = 190+136+60=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE883C is #4177C3. Grayscale: #8F8F8F. Windows color (decimal): -4290500 or 3967166. OLE color: 3967166.

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

Color convert

RGB 190 136 60 -
CMYK 0 0.28 0.68 0.25
HSL 35.08º 0.52% 0.49% -
HSV(B) 35.08º 0.68% 0.75% -
XYZ 30.85 28.88 8.22 -
YUV 143.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 190 136 60 0 0.28 0.68 0.25 35.08 0.52 0.49
Hex BE 88 3C 0 1C 44 19 23 34 31
Octal 276 210 74 0 34 104 31 43 64 61
Binary 10111110 10001000 111100 0 11100 1000100 11001 100011 110100 110001

Color Harmonies of #BE883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE883C

Black with #BE883C

Text Example


Text Example

White with #BE883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE883C; }

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

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

background-color css

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

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

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

border-color css

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

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

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