Html Css Color HEX #BE8836 Pizza

📋 copy color: '#BE8836'

red 190 ◦ green 136 ◦ blue 54

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

Shades of Pizza #BE8836

Tints of Pizza #BE8836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.21%

R = 50%
G = 35.79%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE8836 (or 0xBE8836) is known color: Pizza. HEX triplet: BE, 88 and 36. RGB value is (190,136,54). Sum of RGB (Red+Green+Blue) = 190+136+54=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8836 is #4177C9. Grayscale: #8F8F8F. Windows color (decimal): -4290506 or 3573950. OLE color: 3573950.

HSL color Cylindrical-coordinate representation of color #BE8836: hue angle of 36.18º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE8836 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 54 -
CMYK 0 0.28 0.72 0.25
HSL 36.18º 0.56% 0.48% -
HSV(B) 36.18º 0.72% 0.75% -
XYZ 30.71 28.82 7.43 -
YUV 142.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 190 136 54 0 0.28 0.72 0.25 36.18 0.56 0.48
Hex BE 88 36 0 1C 48 19 24 38 30
Octal 276 210 66 0 34 110 31 44 70 60
Binary 10111110 10001000 110110 0 11100 1001000 11001 100100 111000 110000

Color Harmonies of #BE8836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8836

Black with #BE8836

Text Example


Text Example

White with #BE8836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8836; }

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

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

background-color css

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

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

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

border-color css

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

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

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