Html Css Color HEX #BE8C42 Pizza

📋 copy color: '#BE8C42'

red 190 ◦ green 140 ◦ blue 66

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

Shades of Pizza #BE8C42

Tints of Pizza #BE8C42

RGB

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

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

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

R = 47.98%
G = 35.35%
B = 16.67%

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

#BE8C42 (or 0xBE8C42) is known color: Pizza. HEX triplet: BE, 8C and 42. RGB value is (190,140,66). Sum of RGB (Red+Green+Blue) = 190+140+66=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C42 is #4173BD. Grayscale: #929292. Windows color (decimal): -4289470 or 4361406. OLE color: 4361406.

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

Color convert

RGB 190 140 66 -
CMYK 0 0.26 0.65 0.25
HSL 35.81º 0.49% 0.5% -
HSV(B) 35.81º 0.65% 0.75% -
XYZ 31.6 30.1 9.3 -
YUV 146.51 82.57 159.02 -
System Red Green Blue C M Y K H S L
Decimal 190 140 66 0 0.26 0.65 0.25 35.81 0.49 0.5
Hex BE 8C 42 0 1A 41 19 24 31 32
Octal 276 214 102 0 32 101 31 44 61 62
Binary 10111110 10001100 1000010 0 11010 1000001 11001 100100 110001 110010

Color Harmonies of #BE8C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C42

Black with #BE8C42

Text Example


Text Example

White with #BE8C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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