Html Css Color HEX #BE8C43 Pizza

📋 copy color: '#BE8C43'

red 190 ◦ green 140 ◦ blue 67

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

Shades of Pizza #BE8C43

Tints of Pizza #BE8C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.88%

R = 47.86%
G = 35.26%
B = 16.88%

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

#BE8C43 (or 0xBE8C43) is known color: Pizza. HEX triplet: BE, 8C and 43. RGB value is (190,140,67). Sum of RGB (Red+Green+Blue) = 190+140+67=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C43 is #4173BC. Grayscale: #929292. Windows color (decimal): -4289469 or 4426942. OLE color: 4426942.

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

Color convert

RGB 190 140 67 -
CMYK 0 0.26 0.65 0.25
HSL 35.61º 0.49% 0.5% -
HSV(B) 35.61º 0.65% 0.75% -
XYZ 31.63 30.11 9.45 -
YUV 146.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 190 140 67 0 0.26 0.65 0.25 35.61 0.49 0.5
Hex BE 8C 43 0 1A 41 19 24 31 32
Octal 276 214 103 0 32 101 31 44 61 62
Binary 10111110 10001100 1000011 0 11010 1000001 11001 100100 110001 110010

Color Harmonies of #BE8C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C43

Black with #BE8C43

Text Example


Text Example

White with #BE8C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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