Html Css Color HEX #BE8C44 Pizza

📋 copy color: '#BE8C44'

red 190 ◦ green 140 ◦ blue 68

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

Shades of Pizza #BE8C44

Tints of Pizza #BE8C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.09%

R = 47.74%
G = 35.18%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE8C44 (or 0xBE8C44) is known color: Pizza. HEX triplet: BE, 8C and 44. RGB value is (190,140,68). Sum of RGB (Red+Green+Blue) = 190+140+68=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C44 is #4173BB. Grayscale: #939393. Windows color (decimal): -4289468 or 4492478. OLE color: 4492478.

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

Color convert

RGB 190 140 68 -
CMYK 0 0.26 0.64 0.25
HSL 35.41º 0.48% 0.51% -
HSV(B) 35.41º 0.64% 0.75% -
XYZ 31.66 30.12 9.61 -
YUV 146.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 190 140 68 0 0.26 0.64 0.25 35.41 0.48 0.51
Hex BE 8C 44 0 1A 40 19 23 30 33
Octal 276 214 104 0 32 100 31 43 60 63
Binary 10111110 10001100 1000100 0 11010 1000000 11001 100011 110000 110011

Color Harmonies of #BE8C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C44

Black with #BE8C44

Text Example


Text Example

White with #BE8C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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