Html Css Color HEX #BE943D Pizza

📋 copy color: '#BE943D'

red 190 ◦ green 148 ◦ blue 61

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

Shades of Pizza #BE943D

Tints of Pizza #BE943D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 61 (24.22% from 255) = 15.29%

R = 47.62%
G = 37.09%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE943D (or 0xBE943D) is known color: Pizza. HEX triplet: BE, 94 and 3D. RGB value is (190,148,61). Sum of RGB (Red+Green+Blue) = 190+148+61=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE943D is #416BC2. Grayscale: #979797. Windows color (decimal): -4287427 or 4035774. OLE color: 4035774.

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

Color convert

RGB 190 148 61 -
CMYK 0 0.22 0.68 0.25
HSL 40.47º 0.51% 0.49% -
HSV(B) 40.47º 0.68% 0.75% -
XYZ 32.67 32.46 8.96 -
YUV 150.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 190 148 61 0 0.22 0.68 0.25 40.47 0.51 0.49
Hex BE 94 3D 0 16 44 19 28 33 31
Octal 276 224 75 0 26 104 31 50 63 61
Binary 10111110 10010100 111101 0 10110 1000100 11001 101000 110011 110001

Color Harmonies of #BE943D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE943D

Black with #BE943D

Text Example


Text Example

White with #BE943D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE943D; }

 p { color: rgb(190,148,61); }

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

background-color css

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

 a { background-color: rgb(190,148,61); }

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

border-color css

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

 span { border-color: rgb(190,148,61); }

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