Html Css Color HEX #BE8A39 Pizza

📋 copy color: '#BE8A39'

red 190 ◦ green 138 ◦ blue 57

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

Shades of Pizza #BE8A39

Tints of Pizza #BE8A39

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 57 (22.66% from 255) = 14.81%

R = 49.35%
G = 35.84%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#BE8A39 (or 0xBE8A39) is known color: Pizza. HEX triplet: BE, 8A and 39. RGB value is (190,138,57). Sum of RGB (Red+Green+Blue) = 190+138+57=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A39 is #4175C6. Grayscale: #909090. Windows color (decimal): -4289991 or 3771070. OLE color: 3771070.

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

Color convert

RGB 190 138 57 -
CMYK 0 0.27 0.7 0.25
HSL 36.54º 0.54% 0.48% -
HSV(B) 36.54º 0.7% 0.75% -
XYZ 31.06 29.42 7.91 -
YUV 144.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 190 138 57 0 0.27 0.7 0.25 36.54 0.54 0.48
Hex BE 8A 39 0 1B 46 19 25 36 30
Octal 276 212 71 0 33 106 31 45 66 60
Binary 10111110 10001010 111001 0 11011 1000110 11001 100101 110110 110000

Color Harmonies of #BE8A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A39

Black with #BE8A39

Text Example


Text Example

White with #BE8A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A39; }

 p { color: rgb(190,138,57); }

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

background-color css

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

 a { background-color: rgb(190,138,57); }

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

border-color css

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

 span { border-color: rgb(190,138,57); }

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