Html Css Color HEX #BE8536 Pizza

📋 copy color: '#BE8536'

red 190 ◦ green 133 ◦ blue 54

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

Shades of Pizza #BE8536

Tints of Pizza #BE8536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

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

R = 50.4%
G = 35.28%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE8536 (or 0xBE8536) is known color: Pizza. HEX triplet: BE, 85 and 36. RGB value is (190,133,54). Sum of RGB (Red+Green+Blue) = 190+133+54=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8536 is #417AC9. Grayscale: #8D8D8D. Windows color (decimal): -4291274 or 3573182. OLE color: 3573182.

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

Color convert

RGB 190 133 54 -
CMYK 0 0.3 0.72 0.25
HSL 34.85º 0.56% 0.48% -
HSV(B) 34.85º 0.72% 0.75% -
XYZ 30.29 27.99 7.3 -
YUV 141.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 190 133 54 0 0.3 0.72 0.25 34.85 0.56 0.48
Hex BE 85 36 0 1E 48 19 23 38 30
Octal 276 205 66 0 36 110 31 43 70 60
Binary 10111110 10000101 110110 0 11110 1001000 11001 100011 111000 110000

Color Harmonies of #BE8536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8536

Black with #BE8536

Text Example


Text Example

White with #BE8536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8536; }

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

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

background-color css

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

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

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

border-color css

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

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

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