Html Css Color HEX #BE8943 Pizza

📋 copy color: '#BE8943'

red 190 ◦ green 137 ◦ blue 67

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

Shades of Pizza #BE8943

Tints of Pizza #BE8943

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

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

R = 48.22%
G = 34.77%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE8943 (or 0xBE8943) is known color: Pizza. HEX triplet: BE, 89 and 43. RGB value is (190,137,67). Sum of RGB (Red+Green+Blue) = 190+137+67=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8943 is #4176BC. Grayscale: #919191. Windows color (decimal): -4290237 or 4426174. OLE color: 4426174.

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

Color convert

RGB 190 137 67 -
CMYK 0 0.28 0.65 0.25
HSL 34.15º 0.49% 0.5% -
HSV(B) 34.15º 0.65% 0.75% -
XYZ 31.19 29.24 9.31 -
YUV 144.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 190 137 67 0 0.28 0.65 0.25 34.15 0.49 0.5
Hex BE 89 43 0 1C 41 19 22 31 32
Octal 276 211 103 0 34 101 31 42 61 62
Binary 10111110 10001001 1000011 0 11100 1000001 11001 100010 110001 110010

Color Harmonies of #BE8943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8943

Black with #BE8943

Text Example


Text Example

White with #BE8943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8943; }

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

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

background-color css

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

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

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

border-color css

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

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

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