Html Css Color HEX #BE8C41 Pizza

📋 copy color: '#BE8C41'

red 190 ◦ green 140 ◦ blue 65

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

Shades of Pizza #BE8C41

Tints of Pizza #BE8C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 48.1%
G = 35.44%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE8C41 (or 0xBE8C41) is known color: Pizza. HEX triplet: BE, 8C and 41. RGB value is (190,140,65). Sum of RGB (Red+Green+Blue) = 190+140+65=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C41 is #4173BE. Grayscale: #929292. Windows color (decimal): -4289471 or 4295870. OLE color: 4295870.

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

Color convert

RGB 190 140 65 -
CMYK 0 0.26 0.66 0.25
HSL 36º 0.49% 0.5% -
HSV(B) 36º 0.66% 0.75% -
XYZ 31.57 30.08 9.14 -
YUV 146.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 190 140 65 0 0.26 0.66 0.25 36 0.49 0.5
Hex BE 8C 41 0 1A 42 19 24 31 32
Octal 276 214 101 0 32 102 31 44 61 62
Binary 10111110 10001100 1000001 0 11010 1000010 11001 100100 110001 110010

Color Harmonies of #BE8C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C41

Black with #BE8C41

Text Example


Text Example

White with #BE8C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C41; }

 p { color: rgb(190,140,65); }

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

background-color css

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

 a { background-color: rgb(190,140,65); }

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

border-color css

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

 span { border-color: rgb(190,140,65); }

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