Html Css Color HEX #BE863A Pizza

📋 copy color: '#BE863A'

red 190 ◦ green 134 ◦ blue 58

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

Shades of Pizza #BE863A

Tints of Pizza #BE863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 49.74%
G = 35.08%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE863A (or 0xBE863A) is known color: Pizza. HEX triplet: BE, 86 and 3A. RGB value is (190,134,58). Sum of RGB (Red+Green+Blue) = 190+134+58=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE863A is #4179C5. Grayscale: #8E8E8E. Windows color (decimal): -4291014 or 3835582. OLE color: 3835582.

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

Color convert

RGB 190 134 58 -
CMYK 0 0.29 0.69 0.25
HSL 34.55º 0.53% 0.49% -
HSV(B) 34.55º 0.69% 0.75% -
XYZ 30.52 28.3 7.86 -
YUV 142.08 80.55 162.18 -
System Red Green Blue C M Y K H S L
Decimal 190 134 58 0 0.29 0.69 0.25 34.55 0.53 0.49
Hex BE 86 3A 0 1D 45 19 23 35 31
Octal 276 206 72 0 35 105 31 43 65 61
Binary 10111110 10000110 111010 0 11101 1000101 11001 100011 110101 110001

Color Harmonies of #BE863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE863A

Black with #BE863A

Text Example


Text Example

White with #BE863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE863A; }

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

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

background-color css

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

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

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

border-color css

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

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

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