Html Css Color HEX #BE953B Pizza

📋 copy color: '#BE953B'

red 190 ◦ green 149 ◦ blue 59

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

Shades of Pizza #BE953B

Tints of Pizza #BE953B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.44%

 BLUE value IS 59 (23.44% from 255) = 14.82%

R = 47.74%
G = 37.44%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE953B (or 0xBE953B) is known color: Pizza. HEX triplet: BE, 95 and 3B. RGB value is (190,149,59). Sum of RGB (Red+Green+Blue) = 190+149+59=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE953B is #416AC4. Grayscale: #979797. Windows color (decimal): -4287173 or 3904958. OLE color: 3904958.

HSL color Cylindrical-coordinate representation of color #BE953B: hue angle of 41.22º 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 #BE953B is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 149 59 -
CMYK 0 0.22 0.69 0.25
HSL 41.22º 0.53% 0.49% -
HSV(B) 41.22º 0.69% 0.75% -
XYZ 32.77 32.76 8.73 -
YUV 151 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 190 149 59 0 0.22 0.69 0.25 41.22 0.53 0.49
Hex BE 95 3B 0 16 45 19 29 35 31
Octal 276 225 73 0 26 105 31 51 65 61
Binary 10111110 10010101 111011 0 10110 1000101 11001 101001 110101 110001

Color Harmonies of #BE953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE953B

Black with #BE953B

Text Example


Text Example

White with #BE953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE953B; }

 p { color: rgb(190,149,59); }

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

background-color css

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

 a { background-color: rgb(190,149,59); }

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

border-color css

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

 span { border-color: rgb(190,149,59); }

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