Html Css Color HEX #BE8637 Pizza

📋 copy color: '#BE8637'

red 190 ◦ green 134 ◦ blue 55

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

Shades of Pizza #BE8637

Tints of Pizza #BE8637

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 55 (21.88% from 255) = 14.51%

R = 50.13%
G = 35.36%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE8637 (or 0xBE8637) is known color: Pizza. HEX triplet: BE, 86 and 37. RGB value is (190,134,55). Sum of RGB (Red+Green+Blue) = 190+134+55=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8637 is #4179C8. Grayscale: #8E8E8E. Windows color (decimal): -4291017 or 3638974. OLE color: 3638974.

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

Color convert

RGB 190 134 55 -
CMYK 0 0.29 0.71 0.25
HSL 35.11º 0.55% 0.48% -
HSV(B) 35.11º 0.71% 0.75% -
XYZ 30.45 28.27 7.47 -
YUV 141.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 190 134 55 0 0.29 0.71 0.25 35.11 0.55 0.48
Hex BE 86 37 0 1D 47 19 23 37 30
Octal 276 206 67 0 35 107 31 43 67 60
Binary 10111110 10000110 110111 0 11101 1000111 11001 100011 110111 110000

Color Harmonies of #BE8637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8637

Black with #BE8637

Text Example


Text Example

White with #BE8637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8637; }

 p { color: rgb(190,134,55); }

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

background-color css

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

 a { background-color: rgb(190,134,55); }

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

border-color css

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

 span { border-color: rgb(190,134,55); }

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