Html Css Color HEX #BE8D42 Pizza

📋 copy color: '#BE8D42'

red 190 ◦ green 141 ◦ blue 66

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

Shades of Pizza #BE8D42

Tints of Pizza #BE8D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

 BLUE value IS 66 (26.17% from 255) = 16.62%

R = 47.86%
G = 35.52%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE8D42 (or 0xBE8D42) is known color: Pizza. HEX triplet: BE, 8D and 42. RGB value is (190,141,66). Sum of RGB (Red+Green+Blue) = 190+141+66=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D42 is #4172BD. Grayscale: #939393. Windows color (decimal): -4289214 or 4361662. OLE color: 4361662.

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

Color convert

RGB 190 141 66 -
CMYK 0 0.26 0.65 0.25
HSL 36.29º 0.49% 0.5% -
HSV(B) 36.29º 0.65% 0.75% -
XYZ 31.74 30.39 9.35 -
YUV 147.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 190 141 66 0 0.26 0.65 0.25 36.29 0.49 0.5
Hex BE 8D 42 0 1A 41 19 24 31 32
Octal 276 215 102 0 32 101 31 44 61 62
Binary 10111110 10001101 1000010 0 11010 1000001 11001 100100 110001 110010

Color Harmonies of #BE8D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D42

Black with #BE8D42

Text Example


Text Example

White with #BE8D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D42; }

 p { color: rgb(190,141,66); }

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

background-color css

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

 a { background-color: rgb(190,141,66); }

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

border-color css

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

 span { border-color: rgb(190,141,66); }

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